Html Css Color HEX #6AB972 Fern

📋 copy color: '#6AB972'

red 106 ◦ green 185 ◦ blue 114

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

Shades of Fern #6AB972

Tints of Fern #6AB972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.15%

R = 26.17%
G = 45.68%
B = 28.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#6AB972 (or 0x6AB972) is known color: Fern. HEX triplet: 6A, B9 and 72. RGB value is (106,185,114). Sum of RGB (Red+Green+Blue) = 106+185+114=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB972 is #95468D. Grayscale: #999999. Windows color (decimal): -9782926 or 7518570. OLE color: 7518570.

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

Color convert

RGB 106 185 114 -
CMYK 0.43 0 0.38 0.27
HSL 126.08º 0.36% 0.57% -
HSV(B) 126.08º 0.43% 0.73% -
XYZ 26.33 38.98 22.06 -
YUV 153.29 105.83 94.27 -
System Red Green Blue C M Y K H S L
Decimal 106 185 114 0.43 0 0.38 0.27 126.08 0.36 0.57
Hex 6A B9 72 2B 0 26 1B 7E 24 39
Octal 152 271 162 53 0 46 33 176 44 71
Binary 1101010 10111001 1110010 101011 0 100110 11011 1111110 100100 111001

Color Harmonies of #6AB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB972

Black with #6AB972

Text Example


Text Example

White with #6AB972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,185,114); }

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

background-color css

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

 a { background-color: rgb(106,185,114); }

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

border-color css

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

 span { border-color: rgb(106,185,114); }

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