#69AF79

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

Shades of Fern #69AF79

Tints of Fern #69AF79

Color information

#69AF79 (or 0x69AF79) is unknown color: approx Fern. HEX triplet: 69, AF and 79. RGB value is (105,175,121). Sum of RGB (Red+Green+Blue) = 105+175+121=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF79 is #965086. Grayscale: #949494. Windows color (decimal): -9851015 or 7974761. OLE color: 7974761.

HSL color Cylindrical-coordinate representation of color #69AF79: hue angle of 133.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AF79 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB105175121-
CMYK0.4000.310.31
HSL133.71º30.43%54.9%-
HSV(B)133.71º40%68.63%-
XYZ24.6135.0423.56-
YUV147.91112.8197.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=26.18%
G=43.64%
B=30.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051751210.4000.310.31133.7130.4354.9
Hex69AF792801F1F861e37
Octal15125717150037372063667
Binary1101001101011111111001101000011111111111000011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,175,121); }

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

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

 a { background-color: rgb(105,175,121); }

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

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

 span { border-color: rgb(105,175,121); }

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