Html Css Color HEX #73B64B Apple

📋 copy color: '#73B64B'

red 115 ◦ green 182 ◦ blue 75

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

Shades of Apple #73B64B

Tints of Apple #73B64B

RGB

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

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

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

R = 30.91%
G = 48.92%
B = 20.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#73B64B (or 0x73B64B) is known color: Apple. HEX triplet: 73, B6 and 4B. RGB value is (115,182,75). Sum of RGB (Red+Green+Blue) = 115+182+75=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #73B64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B64B is #8C49B4. Grayscale: #969696. Windows color (decimal): -9193909 or 4961907. OLE color: 4961907.

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

Color convert

RGB 115 182 75 -
CMYK 0.37 0 0.59 0.29
HSL 97.57º 0.42% 0.5% -
HSV(B) 97.57º 0.59% 0.71% -
XYZ 25.07 37.61 12.59 -
YUV 149.77 85.8 103.2 -
System Red Green Blue C M Y K H S L
Decimal 115 182 75 0.37 0 0.59 0.29 97.57 0.42 0.5
Hex 73 B6 4B 25 0 3B 1D 62 2A 32
Octal 163 266 113 45 0 73 35 142 52 62
Binary 1110011 10110110 1001011 100101 0 111011 11101 1100010 101010 110010

Color Harmonies of #73B64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B64B

Black with #73B64B

Text Example


Text Example

White with #73B64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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