#69A669

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

Shades of Fern #69A669

Tints of Fern #69A669

Color information

#69A669 (or 0x69A669) is unknown color: approx Fern. HEX triplet: 69, A6 and 69. RGB value is (105,166,105). Sum of RGB (Red+Green+Blue) = 105+166+105=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #69A669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A669 is #965996. Grayscale: #8C8C8C. Windows color (decimal): -9853335 or 6923881. OLE color: 6923881.

HSL color Cylindrical-coordinate representation of color #69A669: hue angle of 120º 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 #69A669 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB105166105-
CMYK0.3700.370.35
HSL120º25.52%53.14%-
HSV(B)120º36.75%65.1%-
XYZ22.0131.318.25-
YUV140.81107.79102.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 166 (65.23% from 255) = 44.15%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=27.93%
G=44.15%
B=27.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051661050.3700.370.3512025.5253.14
Hex69A6692502523781a35
Octal15124615145045431703265
Binary11010011010011011010011001010100101100011111100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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