#6AB65F

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

Shades of Fern #6AB65F

Tints of Fern #6AB65F

Color information

#6AB65F (or 0x6AB65F) is unknown color: approx Fern. HEX triplet: 6A, B6 and 5F. RGB value is (106,182,95). Sum of RGB (Red+Green+Blue) = 106+182+95=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB65F is #9549A0. Grayscale: #959595. Windows color (decimal): -9783713 or 6272618. OLE color: 6272618.

HSL color Cylindrical-coordinate representation of color #6AB65F: hue angle of 112.41º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6AB65F is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB10618295-
CMYK0.4200.480.29
HSL112.41º37.34%54.31%-
HSV(B)112.41º47.8%71.37%-
XYZ24.7437.3516.73-
YUV149.3697.3297.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 182 (71.48% from 255) = 47.52%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=27.68%
G=47.52%
B=24.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106182950.4200.480.29112.4137.3454.31
Hex6AB65F2A0301D702536
Octal15226613752060351604566
Binary11010101011011010111111010100110000111011110000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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