Html Css Color HEX #6ABF74 Fern

📋 copy color: '#6ABF74'

red 106 ◦ green 191 ◦ blue 116

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

Shades of Fern #6ABF74

Tints of Fern #6ABF74

RGB

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

 GREEN value IS 191 (75% from 255) = 46.25%

 BLUE value IS 116 (45.7% from 255) = 28.09%

R = 25.67%
G = 46.25%
B = 28.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#6ABF74 (or 0x6ABF74) is known color: Fern. HEX triplet: 6A, BF and 74. RGB value is (106,191,116). Sum of RGB (Red+Green+Blue) = 106+191+116=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABF74 is #95408B. Grayscale: #9D9D9D. Windows color (decimal): -9781388 or 7651178. OLE color: 7651178.

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

Color convert

RGB 106 191 116 -
CMYK 0.45 0 0.39 0.25
HSL 127.06º 0.4% 0.58% -
HSV(B) 127.06º 0.45% 0.75% -
XYZ 27.73 41.59 23.09 -
YUV 157.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 106 191 116 0.45 0 0.39 0.25 127.06 0.4 0.58
Hex 6A BF 74 2D 0 27 19 7F 28 3A
Octal 152 277 164 55 0 47 31 177 50 72
Binary 1101010 10111111 1110100 101101 0 100111 11001 1111111 101000 111010

Color Harmonies of #6ABF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABF74

Black with #6ABF74

Text Example


Text Example

White with #6ABF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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