#6ACB7C

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

Shades of Fern #6ACB7C

Tints of Fern #6ACB7C

Color information

#6ACB7C (or 0x6ACB7C) is unknown color: approx Fern. HEX triplet: 6A, CB and 7C. RGB value is (106,203,124). Sum of RGB (Red+Green+Blue) = 106+203+124=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB7C is #953483. Grayscale: #A5A5A5. Windows color (decimal): -9778308 or 8178538. OLE color: 8178538.

HSL color Cylindrical-coordinate representation of color #6ACB7C: hue angle of 131.13º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACB7C is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB106203124-
CMYK0.4800.390.20
HSL131.13º48.26%60.59%-
HSV(B)131.13º47.78%79.61%-
XYZ30.9447.2326.55-
YUV164.99104.8685.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.48%
GREEN value IS 203 (79.69% from 255) = 46.88%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=24.48%
G=46.88%
B=28.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062031240.4800.390.20131.1348.2660.59
Hex6ACB7C300271483303d
Octal15231317460047242036075
Binary110101011001011111110011000001001111010010000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,203,124); }

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

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

 a { background-color: rgb(106,203,124); }

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

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

 span { border-color: rgb(106,203,124); }

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