#72A305

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

Shades of Christi #72A305

Tints of Christi #72A305

Color information

#72A305 (or 0x72A305) is unknown color: approx Christi. HEX triplet: 72, A3 and 05. RGB value is (114,163,5). Sum of RGB (Red+Green+Blue) = 114+163+5=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 163 (64.06% from 255 or 57.80% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 163 - color contains mainly: green. Hex color #72A305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A305 is #8D5CFA. Grayscale: #828282. Windows color (decimal): -9264379 or 369522. OLE color: 369522.

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

Color convert

RGB1141635-
CMYK0.3000.970.36
HSL78.61º94.05%32.94%-
HSV(B)78.61º96.93%63.92%-
XYZ20.0629.784.83-
YUV130.3457.27116.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 163 (64.06% from 255) = 57.80%
BLUE value IS 5 (2.34% from 255) = 1.77%
R=40.43%
G=57.80%
B=1.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11416350.3000.970.3678.6194.0532.94
Hex72A351E061244f5e21
Octal16224353601414411713641
Binary111001010100011101111100110000110010010011111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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