#5cb069

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

Shades of Fern #5CB069

Tints of Fern #5CB069

Color information

#5CB069 (or 0x5CB069) is unknown color: approx Fern. HEX triplet: 5C, B0 and 69. RGB value is (92,176,105). Sum of RGB (Red+Green+Blue) = 92+176+105=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB069 is #A34F96. Grayscale: #8E8E8E. Windows color (decimal): -10702743 or 6926428. OLE color: 6926428.

HSL color Cylindrical-coordinate representation of color #5CB069: hue angle of 129.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB069 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB92176105-
CMYK0.4800.400.31
HSL129.29º34.71%52.55%-
HSV(B)129.29º47.73%69.02%-
XYZ22.4934.3518.81-
YUV142.79106.6791.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.66%
GREEN value IS 176 (69.14% from 255) = 47.18%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=24.66%
G=47.18%
B=28.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921761050.4800.400.31129.2934.7152.55
Hex5CB069300281F812335
Octal13426015160050372014365
Binary101110010110000110100111000001010001111110000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cb069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5cb069; }

 p { color: rgb(92,176,105); }

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

<style>
 a { background-color: #5cb069; }

 a { background-color: rgb(92,176,105); }

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

<style>
 span { border-color: #5cb069; }

 span { border-color: rgb(92,176,105); }

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