#6ABF64

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

Shades of Fern #6ABF64

Tints of Fern #6ABF64

Color information

#6ABF64 (or 0x6ABF64) is unknown color: approx Fern. HEX triplet: 6A, BF and 64. RGB value is (106,191,100). Sum of RGB (Red+Green+Blue) = 106+191+100=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABF64 is #95409B. Grayscale: #9B9B9B. Windows color (decimal): -9781404 or 6602602. OLE color: 6602602.

HSL color Cylindrical-coordinate representation of color #6ABF64: hue angle of 116.04º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ABF64 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB106191100-
CMYK0.4500.480.25
HSL116.04º41.55%57.06%-
HSV(B)116.04º47.64%74.9%-
XYZ26.8741.2518.6-
YUV155.2196.8492.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.70%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 100 (39.45% from 255) = 25.19%
R=26.70%
G=48.11%
B=25.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061911000.4500.480.25116.0441.5557.06
Hex6ABF642D03019742a39
Octal15227714455060311645271
Binary11010101011111111001001011010110000110011110100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,191,100); }

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

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

 a { background-color: rgb(106,191,100); }

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

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

 span { border-color: rgb(106,191,100); }

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