#6CB478

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

Shades of Fern #6CB478

Tints of Fern #6CB478

Color information

#6CB478 (or 0x6CB478) is unknown color: approx Fern. HEX triplet: 6C, B4 and 78. RGB value is (108,180,120). Sum of RGB (Red+Green+Blue) = 108+180+120=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB478 is #934B87. Grayscale: #979797. Windows color (decimal): -9653128 or 7910508. OLE color: 7910508.

HSL color Cylindrical-coordinate representation of color #6CB478: hue angle of 130º 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 #6CB478 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB108180120-
CMYK0.4000.330.29
HSL130º32.43%56.47%-
HSV(B)130º40%70.59%-
XYZ25.937.1923.58-
YUV151.63110.1596.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.47%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=26.47%
G=44.12%
B=29.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801200.4000.330.2913032.4356.47
Hex6CB478280211D822038
Octal15426417050041352024070
Binary110110010110100111100010100001000011110110000010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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