Html Css Color HEX #72AB3C Apple

📋 copy color: '#72AB3C'

red 114 ◦ green 171 ◦ blue 60

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

Shades of Apple #72AB3C

Tints of Apple #72AB3C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.57%

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

R = 33.04%
G = 49.57%
B = 17.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#72AB3C (or 0x72AB3C) is known color: Apple. HEX triplet: 72, AB and 3C. RGB value is (114,171,60). Sum of RGB (Red+Green+Blue) = 114+171+60=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB3C is #8D54C3. Grayscale: #8D8D8D. Windows color (decimal): -9262276 or 3976050. OLE color: 3976050.

HSL color Cylindrical-coordinate representation of color #72AB3C: hue angle of 90.81º 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 #72AB3C is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 171 60 -
CMYK 0.33 0 0.65 0.33
HSL 90.81º 0.48% 0.45% -
HSV(B) 90.81º 0.65% 0.67% -
XYZ 22.32 33.03 9.47 -
YUV 141.3 82.12 108.53 -
System Red Green Blue C M Y K H S L
Decimal 114 171 60 0.33 0 0.65 0.33 90.81 0.48 0.45
Hex 72 AB 3C 21 0 41 21 5B 30 2D
Octal 162 253 74 41 0 101 41 133 60 55
Binary 1110010 10101011 111100 100001 0 1000001 100001 1011011 110000 101101

Color Harmonies of #72AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB3C

Black with #72AB3C

Text Example


Text Example

White with #72AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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