#6CB266

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

Shades of Fern #6CB266

Tints of Fern #6CB266

Color information

#6CB266 (or 0x6CB266) is unknown color: approx Fern. HEX triplet: 6C, B2 and 66. RGB value is (108,178,102). Sum of RGB (Red+Green+Blue) = 108+178+102=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB266 is #934D99. Grayscale: #949494. Windows color (decimal): -9653658 or 6730348. OLE color: 6730348.

HSL color Cylindrical-coordinate representation of color #6CB266: hue angle of 115.26º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CB266 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB108178102-
CMYK0.3900.430.30
HSL115.26º33.04%54.9%-
HSV(B)115.26º42.7%69.8%-
XYZ24.535.9918.23-
YUV148.41101.8199.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.84%
GREEN value IS 178 (69.92% from 255) = 45.88%
BLUE value IS 102 (40.23% from 255) = 26.29%
R=27.84%
G=45.88%
B=26.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1081781020.3900.430.30115.2633.0454.9
Hex6CB2662702B1E732137
Octal15426214647053361634167
Binary11011001011001011001101001110101011111101110011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,178,102); }

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

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

 a { background-color: rgb(108,178,102); }

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

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

 span { border-color: rgb(108,178,102); }

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