#69B977

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

Shades of Fern #69B977

Tints of Fern #69B977

Color information

#69B977 (or 0x69B977) is unknown color: approx Fern. HEX triplet: 69, B9 and 77. RGB value is (105,185,119). Sum of RGB (Red+Green+Blue) = 105+185+119=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #69B977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B977 is #964688. Grayscale: #999999. Windows color (decimal): -9848457 or 7846249. OLE color: 7846249.

HSL color Cylindrical-coordinate representation of color #69B977: hue angle of 130.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B977 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB105185119-
CMYK0.4300.360.27
HSL130.5º36.36%56.86%-
HSV(B)130.5º43.24%72.55%-
XYZ26.539.0323.59-
YUV153.56108.593.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 185 (72.66% from 255) = 45.23%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=25.67%
G=45.23%
B=29.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051851190.4300.360.27130.536.3656.86
Hex69B9772B0241B822439
Octal15127116753044332024471
Binary110100110111001111011110101101001001101110000010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,185,119); }

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

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

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

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

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

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

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