#6CB670

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

Shades of Fern #6CB670

Tints of Fern #6CB670

Color information

#6CB670 (or 0x6CB670) is unknown color: approx Fern. HEX triplet: 6C, B6 and 70. RGB value is (108,182,112). Sum of RGB (Red+Green+Blue) = 108+182+112=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #6CB670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB670 is #93498F. Grayscale: #989898. Windows color (decimal): -9652624 or 7386732. OLE color: 7386732.

HSL color Cylindrical-coordinate representation of color #6CB670: hue angle of 123.24º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB670 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB108182112-
CMYK0.4100.380.29
HSL123.24º33.64%56.86%-
HSV(B)123.24º40.66%71.37%-
XYZ25.8437.8121.27-
YUV151.89105.4896.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.87%
GREEN value IS 182 (71.48% from 255) = 45.27%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=26.87%
G=45.27%
B=27.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081821120.4100.380.29123.2433.6456.86
Hex6CB670290261D7b2239
Octal15426616051046351734271
Binary11011001011011011100001010010100110111011111011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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