#6CB47B

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

Shades of Fern #6CB47B

Tints of Fern #6CB47B

Color information

#6CB47B (or 0x6CB47B) is unknown color: approx Fern. HEX triplet: 6C, B4 and 7B. RGB value is (108,180,123). Sum of RGB (Red+Green+Blue) = 108+180+123=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB47B is #934B84. Grayscale: #989898. Windows color (decimal): -9653125 or 8107116. OLE color: 8107116.

HSL color Cylindrical-coordinate representation of color #6CB47B: hue angle of 132.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB47B is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB108180123-
CMYK0.4000.320.29
HSL132.5º32.43%56.47%-
HSV(B)132.5º40%70.59%-
XYZ26.0837.2624.56-
YUV151.97111.6596.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.28%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=26.28%
G=43.80%
B=29.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801230.4000.320.29132.532.4356.47
Hex6CB47B280201D842038
Octal15426417350040352044070
Binary110110010110100111101110100001000001110110000100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,180,123); }

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

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

 a { background-color: rgb(108,180,123); }

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

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

 span { border-color: rgb(108,180,123); }

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