Html Css Color HEX #6AAA73 Fern

📋 copy color: '#6AAA73'

red 106 ◦ green 170 ◦ blue 115

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

Shades of Fern #6AAA73

Tints of Fern #6AAA73

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.48%

 BLUE value IS 115 (45.31% from 255) = 29.41%

R = 27.11%
G = 43.48%
B = 29.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#6AAA73 (or 0x6AAA73) is known color: Fern. HEX triplet: 6A, AA and 73. RGB value is (106,170,115). Sum of RGB (Red+Green+Blue) = 106+170+115=391 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.11% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA73 is #95558C. Grayscale: #909090. Windows color (decimal): -9786765 or 7580266. OLE color: 7580266.

HSL color Cylindrical-coordinate representation of color #6AAA73: hue angle of 128.44º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAA73 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 170 115 -
CMYK 0.38 0 0.32 0.33
HSL 128.44º 0.27% 0.54% -
HSV(B) 128.44º 0.38% 0.67% -
XYZ 23.41 33.05 21.37 -
YUV 144.59 111.3 100.47 -
System Red Green Blue C M Y K H S L
Decimal 106 170 115 0.38 0 0.32 0.33 128.44 0.27 0.54
Hex 6A AA 73 26 0 20 21 80 1B 36
Octal 152 252 163 46 0 40 41 200 33 66
Binary 1101010 10101010 1110011 100110 0 100000 100001 10000000 11011 110110

Color Harmonies of #6AAA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA73

Black with #6AAA73

Text Example


Text Example

White with #6AAA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,170,115); }

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

background-color css

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

 a { background-color: rgb(106,170,115); }

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

border-color css

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

 span { border-color: rgb(106,170,115); }

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