#69B16E

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

Shades of Fern #69B16E

Tints of Fern #69B16E

Color information

#69B16E (or 0x69B16E) is unknown color: approx Fern. HEX triplet: 69, B1 and 6E. RGB value is (105,177,110). Sum of RGB (Red+Green+Blue) = 105+177+110=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #69B16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B16E is #964E91. Grayscale: #949494. Windows color (decimal): -9850514 or 7254377. OLE color: 7254377.

HSL color Cylindrical-coordinate representation of color #69B16E: hue angle of 124.17º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B16E is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB105177110-
CMYK0.4100.380.31
HSL124.17º31.58%55.29%-
HSV(B)124.17º40.68%69.41%-
XYZ24.3635.5720.33-
YUV147.83106.6597.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.79%
GREEN value IS 177 (69.53% from 255) = 45.15%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=26.79%
G=45.15%
B=28.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051771100.4100.380.31124.1731.5855.29
Hex69B16E290261F7c2037
Octal15126115651046371744067
Binary11010011011000111011101010010100110111111111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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