Html Css Color HEX #73B94B Apple

📋 copy color: '#73B94B'

red 115 ◦ green 185 ◦ blue 75

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

Shades of Apple #73B94B

Tints of Apple #73B94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.33%

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

R = 30.67%
G = 49.33%
B = 20%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#73B94B (or 0x73B94B) is known color: Apple. HEX triplet: 73, B9 and 4B. RGB value is (115,185,75). Sum of RGB (Red+Green+Blue) = 115+185+75=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #73B94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B94B is #8C46B4. Grayscale: #979797. Windows color (decimal): -9193141 or 4962675. OLE color: 4962675.

HSL color Cylindrical-coordinate representation of color #73B94B: hue angle of 98.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73B94B is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 185 75 -
CMYK 0.38 0 0.59 0.27
HSL 98.18º 0.44% 0.51% -
HSV(B) 98.18º 0.59% 0.73% -
XYZ 25.69 38.85 12.8 -
YUV 151.53 84.81 101.94 -
System Red Green Blue C M Y K H S L
Decimal 115 185 75 0.38 0 0.59 0.27 98.18 0.44 0.51
Hex 73 B9 4B 26 0 3B 1B 62 2C 33
Octal 163 271 113 46 0 73 33 142 54 63
Binary 1110011 10111001 1001011 100110 0 111011 11011 1100010 101100 110011

Color Harmonies of #73B94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B94B

Black with #73B94B

Text Example


Text Example

White with #73B94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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