#69B677

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

Shades of Fern #69B677

Tints of Fern #69B677

Color information

#69B677 (or 0x69B677) is unknown color: approx Fern. HEX triplet: 69, B6 and 77. RGB value is (105,182,119). Sum of RGB (Red+Green+Blue) = 105+182+119=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 182 - color contains mainly: green. Hex color #69B677 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B677 is #964988. Grayscale: #979797. Windows color (decimal): -9849225 or 7845481. OLE color: 7845481.

HSL color Cylindrical-coordinate representation of color #69B677: hue angle of 130.91º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B677 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB105182119-
CMYK0.4200.350.29
HSL130.91º34.53%56.27%-
HSV(B)130.91º42.31%71.37%-
XYZ25.8837.7923.38-
YUV151.79109.4994.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 182 (71.48% from 255) = 44.83%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=25.86%
G=44.83%
B=29.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051821190.4200.350.29130.9134.5356.27
Hex69B6772A0231D832338
Octal15126616752043352034370
Binary110100110110110111011110101001000111110110000011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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