Html Css Color HEX #73B640 Apple

📋 copy color: '#73B640'

red 115 ◦ green 182 ◦ blue 64

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

Shades of Apple #73B640

Tints of Apple #73B640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.42%

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

R = 31.86%
G = 50.42%
B = 17.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#73B640 (or 0x73B640) is known color: Apple. HEX triplet: 73, B6 and 40. RGB value is (115,182,64). Sum of RGB (Red+Green+Blue) = 115+182+64=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #73B640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B640 is #8C49BF. Grayscale: #949494. Windows color (decimal): -9193920 or 4241011. OLE color: 4241011.

HSL color Cylindrical-coordinate representation of color #73B640: hue angle of 94.07º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73B640 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 182 64 -
CMYK 0.37 0 0.65 0.29
HSL 94.07º 0.48% 0.48% -
HSV(B) 94.07º 0.65% 0.71% -
XYZ 24.72 37.47 10.78 -
YUV 148.52 80.3 104.09 -
System Red Green Blue C M Y K H S L
Decimal 115 182 64 0.37 0 0.65 0.29 94.07 0.48 0.48
Hex 73 B6 40 25 0 41 1D 5E 30 30
Octal 163 266 100 45 0 101 35 136 60 60
Binary 1110011 10110110 1000000 100101 0 1000001 11101 1011110 110000 110000

Color Harmonies of #73B640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B640

Black with #73B640

Text Example


Text Example

White with #73B640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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