#6CB170

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

Shades of Fern #6CB170

Tints of Fern #6CB170

Color information

#6CB170 (or 0x6CB170) is unknown color: approx Fern. HEX triplet: 6C, B1 and 70. RGB value is (108,177,112). Sum of RGB (Red+Green+Blue) = 108+177+112=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB170 is #934E8F. Grayscale: #959595. Windows color (decimal): -9653904 or 7385452. OLE color: 7385452.

HSL color Cylindrical-coordinate representation of color #6CB170: hue angle of 123.48º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB170 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB108177112-
CMYK0.3900.370.31
HSL123.48º30.67%55.88%-
HSV(B)123.48º38.98%69.41%-
XYZ24.8335.820.93-
YUV148.96107.1498.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.20%
GREEN value IS 177 (69.53% from 255) = 44.58%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=27.20%
G=44.58%
B=28.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081771120.3900.370.31123.4830.6755.88
Hex6CB170270251F7b1f38
Octal15426116047045371733770
Binary1101100101100011110000100111010010111111111101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,177,112); }

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

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

 a { background-color: rgb(108,177,112); }

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

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

 span { border-color: rgb(108,177,112); }

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