Html Css Color HEX #73AF42 Apple

📋 copy color: '#73AF42'

red 115 ◦ green 175 ◦ blue 66

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

Shades of Apple #73AF42

Tints of Apple #73AF42

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.16%

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 32.3%
G = 49.16%
B = 18.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#73AF42 (or 0x73AF42) is known color: Apple. HEX triplet: 73, AF and 42. RGB value is (115,175,66). Sum of RGB (Red+Green+Blue) = 115+175+66=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF42 is #8C50BD. Grayscale: #919191. Windows color (decimal): -9195710 or 4370291. OLE color: 4370291.

HSL color Cylindrical-coordinate representation of color #73AF42: hue angle of 93.03º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73AF42 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 175 66 -
CMYK 0.34 0 0.62 0.31
HSL 93.03º 0.45% 0.47% -
HSV(B) 93.03º 0.62% 0.69% -
XYZ 23.38 34.7 10.62 -
YUV 144.63 83.62 106.86 -
System Red Green Blue C M Y K H S L
Decimal 115 175 66 0.34 0 0.62 0.31 93.03 0.45 0.47
Hex 73 AF 42 22 0 3E 1F 5D 2D 2F
Octal 163 257 102 42 0 76 37 135 55 57
Binary 1110011 10101111 1000010 100010 0 111110 11111 1011101 101101 101111

Color Harmonies of #73AF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AF42

Black with #73AF42

Text Example


Text Example

White with #73AF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,175,66); }

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

background-color css

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

 a { background-color: rgb(115,175,66); }

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

border-color css

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

 span { border-color: rgb(115,175,66); }

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