Html Css Color HEX #72AD3B Apple

📋 copy color: '#72AD3B'

red 114 ◦ green 173 ◦ blue 59

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

Shades of Apple #72AD3B

Tints of Apple #72AD3B

RGB

 RED value IS 114 (44.92% from 255) = 32.95%

 GREEN value IS 173 (67.97% from 255) = 50%

 BLUE value IS 59 (23.44% from 255) = 17.05%

R = 32.95%
G = 50%
B = 17.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#72AD3B (or 0x72AD3B) is known color: Apple. HEX triplet: 72, AD and 3B. RGB value is (114,173,59). Sum of RGB (Red+Green+Blue) = 114+173+59=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AD3B is #8D52C4. Grayscale: #8E8E8E. Windows color (decimal): -9261765 or 3911026. OLE color: 3911026.

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

Color convert

RGB 114 173 59 -
CMYK 0.34 0 0.66 0.32
HSL 91.05º 0.49% 0.45% -
HSV(B) 91.05º 0.66% 0.68% -
XYZ 22.67 33.78 9.46 -
YUV 142.36 80.95 107.77 -
System Red Green Blue C M Y K H S L
Decimal 114 173 59 0.34 0 0.66 0.32 91.05 0.49 0.45
Hex 72 AD 3B 22 0 42 20 5B 31 2D
Octal 162 255 73 42 0 102 40 133 61 55
Binary 1110010 10101101 111011 100010 0 1000010 100000 1011011 110001 101101

Color Harmonies of #72AD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AD3B

Black with #72AD3B

Text Example


Text Example

White with #72AD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72AD3B; }

 p { color: rgb(114,173,59); }

 H1.HeaderClassName
 {
   color: #72AD3B;
 }
 .AnyTagClassName
 {
   color: #72AD3B;
 }
</style>

background-color css

<style>
 a { background-color: #72AD3B; }

 a { background-color: rgb(114,173,59); }

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

border-color css

<style>
 span { border-color: #72AD3B; }

 span { border-color: rgb(114,173,59); }

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