#72A500

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

Shades of Christi #72A500

Tints of Christi #72A500

Color information

#72A500 (or 0x72A500) is unknown color: approx Christi. HEX triplet: 72, A5 and 00. RGB value is (114,165,0). Sum of RGB (Red+Green+Blue) = 114+165+0=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #72A500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A500 is #8D5AFF. Grayscale: #838383. Windows color (decimal): -9263872 or 42354. OLE color: 42354.

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

Color convert

RGB1141650-
CMYK0.31010.35
HSL78.55º100%32.35%-
HSV(B)78.55º100%64.71%-
XYZ20.3930.494.81-
YUV130.9454.1115.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 165 (64.84% from 255) = 59.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.86%
G=59.14%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11416500.31010.3578.5510032.35
Hex72A501F064234f6420
Octal16224503701444311714440
Binary1110010101001010111110110010010001110011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,165,0); }

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

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

 a { background-color: rgb(114,165,0); }

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

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

 span { border-color: rgb(114,165,0); }

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