Html Css Color HEX #6EB970 Fern

📋 copy color: '#6EB970'

red 110 ◦ green 185 ◦ blue 112

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

Shades of Fern #6EB970

Tints of Fern #6EB970

RGB

 RED value IS 110 (43.36% from 255) = 27.03%

 GREEN value IS 185 (72.66% from 255) = 45.45%

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

R = 27.03%
G = 45.45%
B = 27.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#6EB970 (or 0x6EB970) is known color: Fern. HEX triplet: 6E, B9 and 70. RGB value is (110,185,112). Sum of RGB (Red+Green+Blue) = 110+185+112=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #6EB970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EB970 is #91468F. Grayscale: #9A9A9A. Windows color (decimal): -9520784 or 7387502. OLE color: 7387502.

HSL color Cylindrical-coordinate representation of color #6EB970: hue angle of 121.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EB970 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 185 112 -
CMYK 0.41 0 0.39 0.27
HSL 121.6º 0.35% 0.58% -
HSV(B) 121.6º 0.41% 0.73% -
XYZ 26.7 39.18 21.48 -
YUV 154.25 104.15 96.44 -
System Red Green Blue C M Y K H S L
Decimal 110 185 112 0.41 0 0.39 0.27 121.6 0.35 0.58
Hex 6E B9 70 29 0 27 1B 7A 23 3A
Octal 156 271 160 51 0 47 33 172 43 72
Binary 1101110 10111001 1110000 101001 0 100111 11011 1111010 100011 111010

Color Harmonies of #6EB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB970

Black with #6EB970

Text Example


Text Example

White with #6EB970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,185,112); }

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

background-color css

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

 a { background-color: rgb(110,185,112); }

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

border-color css

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

 span { border-color: rgb(110,185,112); }

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