Html Css Color HEX #73AA74 Fern

📋 copy color: '#73AA74'

red 115 ◦ green 170 ◦ blue 116

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

Shades of Fern #73AA74

Tints of Fern #73AA74

RGB

 RED value IS 115 (45.31% from 255) = 28.68%

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

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

R = 28.68%
G = 42.39%
B = 28.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#73AA74 (or 0x73AA74) is known color: Fern. HEX triplet: 73, AA and 74. RGB value is (115,170,116). Sum of RGB (Red+Green+Blue) = 115+170+116=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AA74 is #8C558B. Grayscale: #939393. Windows color (decimal): -9196940 or 7645811. OLE color: 7645811.

HSL color Cylindrical-coordinate representation of color #73AA74: hue angle of 121.09º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73AA74 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 170 116 -
CMYK 0.32 0 0.32 0.33
HSL 121.09º 0.24% 0.56% -
HSV(B) 121.09º 0.32% 0.67% -
XYZ 24.6 33.66 21.72 -
YUV 147.4 110.28 104.89 -
System Red Green Blue C M Y K H S L
Decimal 115 170 116 0.32 0 0.32 0.33 121.09 0.24 0.56
Hex 73 AA 74 20 0 20 21 79 18 38
Octal 163 252 164 40 0 40 41 171 30 70
Binary 1110011 10101010 1110100 100000 0 100000 100001 1111001 11000 111000

Color Harmonies of #73AA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AA74

Black with #73AA74

Text Example


Text Example

White with #73AA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73AA74; }

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

 H1.HeaderClassName
 {
   color: #73AA74;
 }
 .AnyTagClassName
 {
   color: #73AA74;
 }
</style>

background-color css

<style>
 a { background-color: #73AA74; }

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

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

border-color css

<style>
 span { border-color: #73AA74; }

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

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