Html Css Color HEX #72AC3C Apple

📋 copy color: '#72AC3C'

red 114 ◦ green 172 ◦ blue 60

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

Shades of Apple #72AC3C

Tints of Apple #72AC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.71%

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

R = 32.95%
G = 49.71%
B = 17.34%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#72AC3C (or 0x72AC3C) is known color: Apple. HEX triplet: 72, AC and 3C. RGB value is (114,172,60). Sum of RGB (Red+Green+Blue) = 114+172+60=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AC3C is #8D53C3. Grayscale: #8E8E8E. Windows color (decimal): -9262020 or 3976306. OLE color: 3976306.

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

Color convert

RGB 114 172 60 -
CMYK 0.34 0 0.65 0.33
HSL 91.07º 0.48% 0.45% -
HSV(B) 91.07º 0.65% 0.67% -
XYZ 22.51 33.41 9.54 -
YUV 141.89 81.78 108.11 -
System Red Green Blue C M Y K H S L
Decimal 114 172 60 0.34 0 0.65 0.33 91.07 0.48 0.45
Hex 72 AC 3C 22 0 41 21 5B 30 2D
Octal 162 254 74 42 0 101 41 133 60 55
Binary 1110010 10101100 111100 100010 0 1000001 100001 1011011 110000 101101

Color Harmonies of #72AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AC3C

Black with #72AC3C

Text Example


Text Example

White with #72AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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