Html Css Color HEX #6AB770 Fern

📋 copy color: '#6AB770'

red 106 ◦ green 183 ◦ blue 112

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

Shades of Fern #6AB770

Tints of Fern #6AB770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.64%

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

R = 26.43%
G = 45.64%
B = 27.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#6AB770 (or 0x6AB770) is known color: Fern. HEX triplet: 6A, B7 and 70. RGB value is (106,183,112). Sum of RGB (Red+Green+Blue) = 106+183+112=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB770 is #95488F. Grayscale: #989898. Windows color (decimal): -9783440 or 7386986. OLE color: 7386986.

HSL color Cylindrical-coordinate representation of color #6AB770: hue angle of 124.68º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AB770 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 106 183 112 -
CMYK 0.42 0 0.39 0.28
HSL 124.68º 0.35% 0.57% -
HSV(B) 124.68º 0.42% 0.72% -
XYZ 25.8 38.1 21.32 -
YUV 151.88 105.49 95.27 -
System Red Green Blue C M Y K H S L
Decimal 106 183 112 0.42 0 0.39 0.28 124.68 0.35 0.57
Hex 6A B7 70 2A 0 27 1C 7D 23 39
Octal 152 267 160 52 0 47 34 175 43 71
Binary 1101010 10110111 1110000 101010 0 100111 11100 1111101 100011 111001

Color Harmonies of #6AB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB770

Black with #6AB770

Text Example


Text Example

White with #6AB770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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