Html Css Color HEX #72A742 Apple

📋 copy color: '#72A742'

red 114 ◦ green 167 ◦ blue 66

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

Shades of Apple #72A742

Tints of Apple #72A742

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.13%

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 32.85%
G = 48.13%
B = 19.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#72A742 (or 0x72A742) is known color: Apple. HEX triplet: 72, A7 and 42. RGB value is (114,167,66). Sum of RGB (Red+Green+Blue) = 114+167+66=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 167 - color contains mainly: green. Hex color #72A742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A742 is #8D58BD. Grayscale: #8B8B8B. Windows color (decimal): -9263294 or 4368242. OLE color: 4368242.

HSL color Cylindrical-coordinate representation of color #72A742: hue angle of 91.49º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72A742 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 167 66 -
CMYK 0.32 0 0.60 0.35
HSL 91.49º 0.43% 0.46% -
HSV(B) 91.49º 0.6% 0.65% -
XYZ 21.74 31.61 10.11 -
YUV 139.64 86.44 109.71 -
System Red Green Blue C M Y K H S L
Decimal 114 167 66 0.32 0 0.60 0.35 91.49 0.43 0.46
Hex 72 A7 42 20 0 3C 23 5B 2B 2E
Octal 162 247 102 40 0 74 43 133 53 56
Binary 1110010 10100111 1000010 100000 0 111100 100011 1011011 101011 101110

Color Harmonies of #72A742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A742

Black with #72A742

Text Example


Text Example

White with #72A742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,167,66); }

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

background-color css

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

 a { background-color: rgb(114,167,66); }

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

border-color css

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

 span { border-color: rgb(114,167,66); }

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