#6AB75F

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

Shades of Fern #6AB75F

Tints of Fern #6AB75F

Color information

#6AB75F (or 0x6AB75F) is unknown color: approx Fern. HEX triplet: 6A, B7 and 5F. RGB value is (106,183,95). Sum of RGB (Red+Green+Blue) = 106+183+95=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB75F is #9548A0. Grayscale: #969696. Windows color (decimal): -9783457 or 6272874. OLE color: 6272874.

HSL color Cylindrical-coordinate representation of color #6AB75F: hue angle of 112.5º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6AB75F is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB10618395-
CMYK0.4200.480.28
HSL112.5º37.93%54.51%-
HSV(B)112.5º48.09%71.76%-
XYZ24.9437.7616.8-
YUV149.9496.9996.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.60%
GREEN value IS 183 (71.88% from 255) = 47.66%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=27.60%
G=47.66%
B=24.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal106183950.4200.480.28112.537.9354.51
Hex6AB75F2A0301C702637
Octal15226713752060341604667
Binary11010101011011110111111010100110000111001110000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,183,95); }

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

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

 a { background-color: rgb(106,183,95); }

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

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

 span { border-color: rgb(106,183,95); }

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