Html Css Color HEX #73AC70 Fern

📋 copy color: '#73AC70'

red 115 ◦ green 172 ◦ blue 112

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

Shades of Fern #73AC70

Tints of Fern #73AC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.11%

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

R = 28.82%
G = 43.11%
B = 28.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#73AC70 (or 0x73AC70) is known color: Fern. HEX triplet: 73, AC and 70. RGB value is (115,172,112). Sum of RGB (Red+Green+Blue) = 115+172+112=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AC70 is #8C538F. Grayscale: #949494. Windows color (decimal): -9196432 or 7384179. OLE color: 7384179.

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

Color convert

RGB 115 172 112 -
CMYK 0.33 0 0.35 0.33
HSL 117º 0.27% 0.56% -
HSV(B) 117º 0.35% 0.67% -
XYZ 24.75 34.32 20.65 -
YUV 148.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 115 172 112 0.33 0 0.35 0.33 117 0.27 0.56
Hex 73 AC 70 21 0 23 21 75 1B 38
Octal 163 254 160 41 0 43 41 165 33 70
Binary 1110011 10101100 1110000 100001 0 100011 100001 1110101 11011 111000

Color Harmonies of #73AC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AC70

Black with #73AC70

Text Example


Text Example

White with #73AC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,172,112); }

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

background-color css

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

 a { background-color: rgb(115,172,112); }

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

border-color css

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

 span { border-color: rgb(115,172,112); }

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