#6CB473

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

Shades of Fern #6CB473

Tints of Fern #6CB473

Color information

#6CB473 (or 0x6CB473) is unknown color: approx Fern. HEX triplet: 6C, B4 and 73. RGB value is (108,180,115). Sum of RGB (Red+Green+Blue) = 108+180+115=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB473 is #934B8C. Grayscale: #979797. Windows color (decimal): -9653133 or 7582828. OLE color: 7582828.

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

Color convert

RGB108180115-
CMYK0.4000.360.29
HSL125.83º32.43%56.47%-
HSV(B)125.83º40%70.59%-
XYZ25.637.0722.03-
YUV151.06107.6597.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.80%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=26.80%
G=44.67%
B=28.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801150.4000.360.29125.8332.4356.47
Hex6CB473280241D7e2038
Octal15426416350044351764070
Binary11011001011010011100111010000100100111011111110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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