#6ABA69

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

Shades of Fern #6ABA69

Tints of Fern #6ABA69

Color information

#6ABA69 (or 0x6ABA69) is unknown color: approx Fern. HEX triplet: 6A, BA and 69. RGB value is (106,186,105). Sum of RGB (Red+Green+Blue) = 106+186+105=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABA69 is #954596. Grayscale: #999999. Windows color (decimal): -9782679 or 6929002. OLE color: 6929002.

HSL color Cylindrical-coordinate representation of color #6ABA69: hue angle of 119.26º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABA69 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB106186105-
CMYK0.4300.440.27
HSL119.26º36.99%57.06%-
HSV(B)119.26º43.55%72.94%-
XYZ26.0539.219.56-
YUV152.8510194.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.70%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=26.70%
G=46.85%
B=26.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061861050.4300.440.27119.2636.9957.06
Hex6ABA692B02C1B772539
Octal15227215153054331674571
Binary11010101011101011010011010110101100110111110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,186,105); }

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

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

 a { background-color: rgb(106,186,105); }

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

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

 span { border-color: rgb(106,186,105); }

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