#6CB164

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

Shades of Fern #6CB164

Tints of Fern #6CB164

Color information

#6CB164 (or 0x6CB164) is unknown color: approx Fern. HEX triplet: 6C, B1 and 64. RGB value is (108,177,100). Sum of RGB (Red+Green+Blue) = 108+177+100=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB164 is #934E9B. Grayscale: #939393. Windows color (decimal): -9653916 or 6599020. OLE color: 6599020.

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

Color convert

RGB108177100-
CMYK0.3900.440.31
HSL113.77º33.05%54.31%-
HSV(B)113.77º43.5%69.41%-
XYZ24.2135.5517.64-
YUV147.59101.1499.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.05%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=28.05%
G=45.97%
B=25.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081771000.3900.440.31113.7733.0554.31
Hex6CB1642702C1F722136
Octal15426114447054371624166
Binary11011001011000111001001001110101100111111110010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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