#6CB575

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

Shades of Fern #6CB575

Tints of Fern #6CB575

Color information

#6CB575 (or 0x6CB575) is unknown color: approx Fern. HEX triplet: 6C, B5 and 75. RGB value is (108,181,117). Sum of RGB (Red+Green+Blue) = 108+181+117=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB575 is #934A8A. Grayscale: #989898. Windows color (decimal): -9652875 or 7714156. OLE color: 7714156.

HSL color Cylindrical-coordinate representation of color #6CB575: hue angle of 127.4º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB575 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB108181117-
CMYK0.4000.350.29
HSL127.4º33.03%56.67%-
HSV(B)127.4º40.33%70.98%-
XYZ25.9237.5222.71-
YUV151.88108.3296.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.60%
GREEN value IS 181 (71.09% from 255) = 44.58%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=26.60%
G=44.58%
B=28.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081811170.4000.350.29127.433.0356.67
Hex6CB575280231D7f2139
Octal15426516550043351774171
Binary11011001011010111101011010000100011111011111111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CB575; }

 p { color: rgb(108,181,117); }

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

<style>
 a { background-color: #6CB575; }

 a { background-color: rgb(108,181,117); }

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

<style>
 span { border-color: #6CB575; }

 span { border-color: rgb(108,181,117); }

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