#69AB6C

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

Shades of Fern #69AB6C

Tints of Fern #69AB6C

Color information

#69AB6C (or 0x69AB6C) is unknown color: approx Fern. HEX triplet: 69, AB and 6C. RGB value is (105,171,108). Sum of RGB (Red+Green+Blue) = 105+171+108=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AB6C is #965493. Grayscale: #909090. Windows color (decimal): -9852052 or 7121769. OLE color: 7121769.

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

Color convert

RGB105171108-
CMYK0.3900.370.33
HSL122.73º28.21%54.12%-
HSV(B)122.73º38.6%67.06%-
XYZ23.133.2119.38-
YUV144.08107.63100.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=27.34%
G=44.53%
B=28.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051711080.3900.370.33122.7328.2154.12
Hex69AB6C27025217b1c36
Octal15125315447045411733466
Binary11010011010101111011001001110100101100001111101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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