Html Css Color HEX #73A94A Apple

📋 copy color: '#73A94A'

red 115 ◦ green 169 ◦ blue 74

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

Shades of Apple #73A94A

Tints of Apple #73A94A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.21%

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 32.12%
G = 47.21%
B = 20.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#73A94A (or 0x73A94A) is known color: Apple. HEX triplet: 73, A9 and 4A. RGB value is (115,169,74). Sum of RGB (Red+Green+Blue) = 115+169+74=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #73A94A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A94A is #8C56B5. Grayscale: #8E8E8E. Windows color (decimal): -9197238 or 4893043. OLE color: 4893043.

HSL color Cylindrical-coordinate representation of color #73A94A: hue angle of 94.11º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73A94A is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 115 169 74 -
CMYK 0.32 0 0.56 0.34
HSL 94.11º 0.39% 0.48% -
HSV(B) 94.11º 0.56% 0.66% -
XYZ 22.49 32.52 11.57 -
YUV 142.02 89.61 108.72 -
System Red Green Blue C M Y K H S L
Decimal 115 169 74 0.32 0 0.56 0.34 94.11 0.39 0.48
Hex 73 A9 4A 20 0 38 22 5E 27 30
Octal 163 251 112 40 0 70 42 136 47 60
Binary 1110011 10101001 1001010 100000 0 111000 100010 1011110 100111 110000

Color Harmonies of #73A94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A94A

Black with #73A94A

Text Example


Text Example

White with #73A94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,169,74); }

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

background-color css

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

 a { background-color: rgb(115,169,74); }

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

border-color css

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

 span { border-color: rgb(115,169,74); }

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