Html Css Color HEX #72AB44 Apple

📋 copy color: '#72AB44'

red 114 ◦ green 171 ◦ blue 68

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

Shades of Apple #72AB44

Tints of Apple #72AB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 32.29%
G = 48.44%
B = 19.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#72AB44 (or 0x72AB44) is known color: Apple. HEX triplet: 72, AB and 44. RGB value is (114,171,68). Sum of RGB (Red+Green+Blue) = 114+171+68=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB44 is #8D54BB. Grayscale: #8E8E8E. Windows color (decimal): -9262268 or 4500338. OLE color: 4500338.

HSL color Cylindrical-coordinate representation of color #72AB44: hue angle of 93.2º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72AB44 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 171 68 -
CMYK 0.33 0 0.60 0.33
HSL 93.2º 0.43% 0.47% -
HSV(B) 93.2º 0.6% 0.67% -
XYZ 22.55 33.12 10.67 -
YUV 142.22 86.12 107.88 -
System Red Green Blue C M Y K H S L
Decimal 114 171 68 0.33 0 0.60 0.33 93.2 0.43 0.47
Hex 72 AB 44 21 0 3C 21 5D 2B 2F
Octal 162 253 104 41 0 74 41 135 53 57
Binary 1110010 10101011 1000100 100001 0 111100 100001 1011101 101011 101111

Color Harmonies of #72AB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB44

Black with #72AB44

Text Example


Text Example

White with #72AB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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