Html Css Color HEX #6ABF7D Fern

📋 copy color: '#6ABF7D'

red 106 ◦ green 191 ◦ blue 125

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

Shades of Fern #6ABF7D

Tints of Fern #6ABF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.62%

R = 25.12%
G = 45.26%
B = 29.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#6ABF7D (or 0x6ABF7D) is known color: Fern. HEX triplet: 6A, BF and 7D. RGB value is (106,191,125). Sum of RGB (Red+Green+Blue) = 106+191+125=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABF7D is #954082. Grayscale: #9E9E9E. Windows color (decimal): -9781379 or 8241002. OLE color: 8241002.

HSL color Cylindrical-coordinate representation of color #6ABF7D: hue angle of 133.41º 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 #6ABF7D is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 191 125 -
CMYK 0.45 0 0.35 0.25
HSL 133.41º 0.4% 0.58% -
HSV(B) 133.41º 0.45% 0.75% -
XYZ 28.28 41.81 25.98 -
YUV 158.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 106 191 125 0.45 0 0.35 0.25 133.41 0.4 0.58
Hex 6A BF 7D 2D 0 23 19 85 28 3A
Octal 152 277 175 55 0 43 31 205 50 72
Binary 1101010 10111111 1111101 101101 0 100011 11001 10000101 101000 111010

Color Harmonies of #6ABF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABF7D

Black with #6ABF7D

Text Example


Text Example

White with #6ABF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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