#69AB72

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

Shades of Fern #69AB72

Tints of Fern #69AB72

Color information

#69AB72 (or 0x69AB72) is unknown color: approx Fern. HEX triplet: 69, AB and 72. RGB value is (105,171,114). Sum of RGB (Red+Green+Blue) = 105+171+114=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AB72 is #96548D. Grayscale: #909090. Windows color (decimal): -9852046 or 7514985. OLE color: 7514985.

HSL color Cylindrical-coordinate representation of color #69AB72: hue angle of 128.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AB72 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB105171114-
CMYK0.3900.330.33
HSL128.18º28.21%54.12%-
HSV(B)128.18º38.6%67.06%-
XYZ23.4333.3421.12-
YUV144.77110.6399.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=26.92%
G=43.85%
B=29.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051711140.3900.330.33128.1828.2154.12
Hex69AB722702121801c36
Octal15125316247041412003466
Binary110100110101011111001010011101000011000011000000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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