#69AC6E

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

Shades of Fern #69AC6E

Tints of Fern #69AC6E

Color information

#69AC6E (or 0x69AC6E) is unknown color: approx Fern. HEX triplet: 69, AC and 6E. RGB value is (105,172,110). Sum of RGB (Red+Green+Blue) = 105+172+110=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AC6E is #965391. Grayscale: #919191. Windows color (decimal): -9851794 or 7253097. OLE color: 7253097.

HSL color Cylindrical-coordinate representation of color #69AC6E: hue angle of 124.48º degrees, saturation: 0.29, 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 #69AC6E is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB105172110-
CMYK0.3900.360.33
HSL124.48º28.76%54.31%-
HSV(B)124.48º38.95%67.45%-
XYZ23.3933.6320.01-
YUV144.9108.399.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 172 (67.58% from 255) = 44.44%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=27.13%
G=44.44%
B=28.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721100.3900.360.33124.4828.7654.31
Hex69AC6E27024217c1d36
Octal15125415647044411743566
Binary11010011010110011011101001110100100100001111110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,172,110); }

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

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

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

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

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

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

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