#72B40A

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

Shades of Christi #72B40A

Tints of Christi #72B40A

Color information

#72B40A (or 0x72B40A) is unknown color: approx Christi. HEX triplet: 72, B4 and 0A. RGB value is (114,180,10). Sum of RGB (Red+Green+Blue) = 114+180+10=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #72B40A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B40A is #8D4BF5. Grayscale: #8D8D8D. Windows color (decimal): -9260022 or 701554. OLE color: 701554.

HSL color Cylindrical-coordinate representation of color #72B40A: hue angle of 83.29º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72B40A is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB11418010-
CMYK0.3700.940.29
HSL83.29º89.47%37.25%-
HSV(B)83.29º94.44%70.59%-
XYZ23.3236.246.05-
YUV140.8954.13108.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 180 (70.70% from 255) = 59.21%
BLUE value IS 10 (4.30% from 255) = 3.29%
R=37.5%
G=59.21%
B=3.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114180100.3700.940.2983.2989.4737.25
Hex72B4A2505E1D535925
Octal162264124501363512313145
Binary1110010101101001010100101010111101110110100111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,180,10); }

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

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

 a { background-color: rgb(114,180,10); }

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

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

 span { border-color: rgb(114,180,10); }

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