Html Css Color HEX #6ABC70 Fern

📋 copy color: '#6ABC70'

red 106 ◦ green 188 ◦ blue 112

#6ABC70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #6ABC70

Tints of Fern #6ABC70

RGB

 RED value IS 106 (41.8% from 255) = 26.11%

 GREEN value IS 188 (73.83% from 255) = 46.31%

 BLUE value IS 112 (44.14% from 255) = 27.59%

R = 26.11%
G = 46.31%
B = 27.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#6ABC70 (or 0x6ABC70) is known color: Fern. HEX triplet: 6A, BC and 70. RGB value is (106,188,112). Sum of RGB (Red+Green+Blue) = 106+188+112=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABC70 is #95438F. Grayscale: #9B9B9B. Windows color (decimal): -9782160 or 7388266. OLE color: 7388266.

HSL color Cylindrical-coordinate representation of color #6ABC70: hue angle of 124.39º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABC70 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 188 112 -
CMYK 0.44 0 0.40 0.26
HSL 124.39º 0.38% 0.58% -
HSV(B) 124.39º 0.44% 0.74% -
XYZ 26.85 40.2 21.67 -
YUV 154.82 103.83 93.18 -
System Red Green Blue C M Y K H S L
Decimal 106 188 112 0.44 0 0.40 0.26 124.39 0.38 0.58
Hex 6A BC 70 2C 0 28 1A 7C 26 3A
Octal 152 274 160 54 0 50 32 174 46 72
Binary 1101010 10111100 1110000 101100 0 101000 11010 1111100 100110 111010

Color Harmonies of #6ABC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABC70

Black with #6ABC70

Text Example


Text Example

White with #6ABC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,188,112); }

 H1.HeaderClassName
 {
   color: #6ABC70;
 }
 .AnyTagClassName
 {
   color: #6ABC70;
 }
</style>

background-color css

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

 a { background-color: rgb(106,188,112); }

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

border-color css

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

 span { border-color: rgb(106,188,112); }

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