#69CC72

Color #69CC72 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #69CC72

Tints of Fern #69CC72

Color information

#69CC72 (or 0x69CC72) is unknown color: approx Fern. HEX triplet: 69, CC and 72. RGB value is (105,204,114). Sum of RGB (Red+Green+Blue) = 105+204+114=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CC72 is #96338D. Grayscale: #A4A4A4. Windows color (decimal): -9843598 or 7523433. OLE color: 7523433.

HSL color Cylindrical-coordinate representation of color #69CC72: hue angle of 125.45º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CC72 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB105204114-
CMYK0.4900.440.2
HSL125.45º49.25%60.59%-
HSV(B)125.45º48.53%80%-
XYZ30.4647.423.46-
YUV164.1499.785.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 204 (80.08% from 255) = 48.23%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=24.82%
G=48.23%
B=26.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1052041140.4900.440.2125.4549.2560.59
Hex69CC723102C147d313d
Octal15131416261054241756175
Binary11010011100110011100101100010101100101001111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69CC72; }

 p { color: rgb(105,204,114); }

 H1.HeaderClassName
 {
   color: #69CC72;
 }
 .AnyTagClassName
 {
   color: #69CC72;
 }
</style>
background-color css

<style>
 a { background-color: #69CC72; }

 a { background-color: rgb(105,204,114); }

 div.DivClassName
 {
   background-color: #69CC72;
 }
 .BgClassName
 {
   background-color: #69CC72;
 }
</style>
border-color css

<style>
 span { border-color: #69CC72; }

 span { border-color: rgb(105,204,114); }

 td.TdClassName
 {
   border-color: #69CC72;
 }
 .TagClassName
 {
   border-color: #69CC72;
 }
</style>