#69A66F

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

Shades of Fern #69A66F

Tints of Fern #69A66F

Color information

#69A66F (or 0x69A66F) is unknown color: approx Fern. HEX triplet: 69, A6 and 6F. RGB value is (105,166,111). Sum of RGB (Red+Green+Blue) = 105+166+111=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 166 - color contains mainly: green. Hex color #69A66F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A66F is #965990. Grayscale: #8D8D8D. Windows color (decimal): -9853329 or 7317097. OLE color: 7317097.

HSL color Cylindrical-coordinate representation of color #69A66F: hue angle of 125.9º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A66F is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB105166111-
CMYK0.3700.330.35
HSL125.9º25.52%53.14%-
HSV(B)125.9º36.75%65.1%-
XYZ22.3331.4219.93-
YUV141.49110.79101.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 166 (65.23% from 255) = 43.46%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=27.49%
G=43.46%
B=29.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051661110.3700.330.35125.925.5253.14
Hex69A66F25021237e1a35
Octal15124615745041431763265
Binary11010011010011011011111001010100001100011111111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,166,111); }

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

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

 a { background-color: rgb(105,166,111); }

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

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

 span { border-color: rgb(105,166,111); }

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