Html Css Color HEX #73AA4B Apple

📋 copy color: '#73AA4B'

red 115 ◦ green 170 ◦ blue 75

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

Shades of Apple #73AA4B

Tints of Apple #73AA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 31.94%
G = 47.22%
B = 20.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#73AA4B (or 0x73AA4B) is known color: Apple. HEX triplet: 73, AA and 4B. RGB value is (115,170,75). Sum of RGB (Red+Green+Blue) = 115+170+75=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AA4B is #8C55B4. Grayscale: #8F8F8F. Windows color (decimal): -9196981 or 4958835. OLE color: 4958835.

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

Color convert

RGB 115 170 75 -
CMYK 0.32 0 0.56 0.33
HSL 94.74º 0.39% 0.48% -
HSV(B) 94.74º 0.56% 0.67% -
XYZ 22.71 32.9 11.81 -
YUV 142.73 89.78 108.22 -
System Red Green Blue C M Y K H S L
Decimal 115 170 75 0.32 0 0.56 0.33 94.74 0.39 0.48
Hex 73 AA 4B 20 0 38 21 5F 27 30
Octal 163 252 113 40 0 70 41 137 47 60
Binary 1110011 10101010 1001011 100000 0 111000 100001 1011111 100111 110000

Color Harmonies of #73AA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AA4B

Black with #73AA4B

Text Example


Text Example

White with #73AA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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