#72A202

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

Shades of Christi #72A202

Tints of Christi #72A202

Color information

#72A202 (or 0x72A202) is unknown color: approx Christi. HEX triplet: 72, A2 and 02. RGB value is (114,162,2). Sum of RGB (Red+Green+Blue) = 114+162+2=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #72A202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A202 is #8D5DFD. Grayscale: #828282. Windows color (decimal): -9264638 or 172658. OLE color: 172658.

HSL color Cylindrical-coordinate representation of color #72A202: hue angle of 78º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72A202 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1141622-
CMYK0.3000.990.36
HSL78º97.56%32.16%-
HSV(B)78º98.77%63.53%-
XYZ19.8729.424.69-
YUV129.4156.1117.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 162 (63.67% from 255) = 58.27%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=41.01%
G=58.27%
B=0.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11416220.3000.990.367897.5632.16
Hex72A221E063244e6220
Octal16224223601434411614240
Binary11100101010001010111100110001110010010011101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,162,2); }

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

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

 a { background-color: rgb(114,162,2); }

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

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

 span { border-color: rgb(114,162,2); }

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