#72A323

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

Shades of Christi #72A323

Tints of Christi #72A323

Color information

#72A323 (or 0x72A323) is unknown color: approx Christi. HEX triplet: 72, A3 and 23. RGB value is (114,163,35). Sum of RGB (Red+Green+Blue) = 114+163+35=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #72A323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A323 is #8D5CDC. Grayscale: #868686. Windows color (decimal): -9264349 or 2335602. OLE color: 2335602.

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

Color convert

RGB11416335-
CMYK0.3000.790.36
HSL82.97º64.65%38.82%-
HSV(B)82.97º78.53%63.92%-
XYZ20.3429.896.29-
YUV133.7672.27113.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 163 (64.06% from 255) = 52.24%
BLUE value IS 35 (14.06% from 255) = 11.22%
R=36.54%
G=52.24%
B=11.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114163350.3000.790.3682.9764.6538.82
Hex72A3231E04F24534127
Octal162243433601174412310147
Binary111001010100011100011111100100111110010010100111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,163,35); }

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

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

 a { background-color: rgb(114,163,35); }

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

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

 span { border-color: rgb(114,163,35); }

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