#6CB172

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

Shades of Fern #6CB172

Tints of Fern #6CB172

Color information

#6CB172 (or 0x6CB172) is unknown color: approx Fern. HEX triplet: 6C, B1 and 72. RGB value is (108,177,114). Sum of RGB (Red+Green+Blue) = 108+177+114=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB172 is #934E8D. Grayscale: #959595. Windows color (decimal): -9653902 or 7516524. OLE color: 7516524.

HSL color Cylindrical-coordinate representation of color #6CB172: hue angle of 125.22º 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 #6CB172 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB108177114-
CMYK0.3900.360.31
HSL125.22º30.67%55.88%-
HSV(B)125.22º38.98%69.41%-
XYZ24.9435.8521.52-
YUV149.19108.1498.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.07%
GREEN value IS 177 (69.53% from 255) = 44.36%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=27.07%
G=44.36%
B=28.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081771140.3900.360.31125.2230.6755.88
Hex6CB172270241F7d1f38
Octal15426116247044371753770
Binary1101100101100011110010100111010010011111111110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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