#72AA3D

Color #72AA3D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #72AA3D

Tints of Apple #72AA3D

Color information

#72AA3D (or 0x72AA3D) is unknown color: approx Apple. HEX triplet: 72, AA and 3D. RGB value is (114,170,61). Sum of RGB (Red+Green+Blue) = 114+170+61=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AA3D is #8D55C2. Grayscale: #8D8D8D. Windows color (decimal): -9262531 or 4041330. OLE color: 4041330.

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

Color convert

RGB11417061-
CMYK0.3300.640.33
HSL90.83º47.19%45.29%-
HSV(B)90.83º64.12%66.67%-
XYZ22.1632.669.55-
YUV140.8382.95108.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 170 (66.80% from 255) = 49.28%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=33.04%
G=49.28%
B=17.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114170610.3300.640.3390.8347.1945.29
Hex72AA3D21040215b2f2d
Octal16225275410100411335755
Binary111001010101010111101100001010000001000011011011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,170,61); }

 H1.HeaderClassName
 {
   color: #72AA3D;
 }
 .AnyTagClassName
 {
   color: #72AA3D;
 }
</style>
background-color css

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

 a { background-color: rgb(114,170,61); }

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

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

 span { border-color: rgb(114,170,61); }

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