Html Css Color HEX #73A940 Apple

📋 copy color: '#73A940'

red 115 ◦ green 169 ◦ blue 64

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

Shades of Apple #73A940

Tints of Apple #73A940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 33.05%
G = 48.56%
B = 18.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#73A940 (or 0x73A940) is known color: Apple. HEX triplet: 73, A9 and 40. RGB value is (115,169,64). Sum of RGB (Red+Green+Blue) = 115+169+64=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 169 - color contains mainly: green. Hex color #73A940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A940 is #8C56BF. Grayscale: #8D8D8D. Windows color (decimal): -9197248 or 4237683. OLE color: 4237683.

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

Color convert

RGB 115 169 64 -
CMYK 0.32 0 0.62 0.34
HSL 90.86º 0.45% 0.46% -
HSV(B) 90.86º 0.62% 0.66% -
XYZ 22.18 32.39 9.93 -
YUV 140.88 84.61 109.54 -
System Red Green Blue C M Y K H S L
Decimal 115 169 64 0.32 0 0.62 0.34 90.86 0.45 0.46
Hex 73 A9 40 20 0 3E 22 5B 2D 2E
Octal 163 251 100 40 0 76 42 133 55 56
Binary 1110011 10101001 1000000 100000 0 111110 100010 1011011 101101 101110

Color Harmonies of #73A940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A940

Black with #73A940

Text Example


Text Example

White with #73A940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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