Html Css Color HEX #72AD3C Apple

📋 copy color: '#72AD3C'

red 114 ◦ green 173 ◦ blue 60

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

Shades of Apple #72AD3C

Tints of Apple #72AD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.29%

R = 32.85%
G = 49.86%
B = 17.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#72AD3C (or 0x72AD3C) is known color: Apple. HEX triplet: 72, AD and 3C. RGB value is (114,173,60). Sum of RGB (Red+Green+Blue) = 114+173+60=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AD3C is #8D52C3. Grayscale: #8E8E8E. Windows color (decimal): -9261764 or 3976562. OLE color: 3976562.

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

Color convert

RGB 114 173 60 -
CMYK 0.34 0 0.65 0.32
HSL 91.33º 0.48% 0.46% -
HSV(B) 91.33º 0.65% 0.68% -
XYZ 22.7 33.79 9.6 -
YUV 142.48 81.45 107.69 -
System Red Green Blue C M Y K H S L
Decimal 114 173 60 0.34 0 0.65 0.32 91.33 0.48 0.46
Hex 72 AD 3C 22 0 41 20 5B 30 2E
Octal 162 255 74 42 0 101 40 133 60 56
Binary 1110010 10101101 111100 100010 0 1000001 100000 1011011 110000 101110

Color Harmonies of #72AD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AD3C

Black with #72AD3C

Text Example


Text Example

White with #72AD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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