#72B70A

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

Shades of Christi #72B70A

Tints of Christi #72B70A

Color information

#72B70A (or 0x72B70A) is unknown color: approx Christi. HEX triplet: 72, B7 and 0A. RGB value is (114,183,10). Sum of RGB (Red+Green+Blue) = 114+183+10=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #72B70A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B70A is #8D48F5. Grayscale: #8F8F8F. Windows color (decimal): -9259254 or 702322. OLE color: 702322.

HSL color Cylindrical-coordinate representation of color #72B70A: hue angle of 83.93º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72B70A is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB11418310-
CMYK0.3800.950.28
HSL83.93º89.64%37.84%-
HSV(B)83.93º94.54%71.76%-
XYZ23.9337.476.26-
YUV142.6553.14107.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 183 (71.88% from 255) = 59.61%
BLUE value IS 10 (4.30% from 255) = 3.26%
R=37.13%
G=59.61%
B=3.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114183100.3800.950.2883.9389.6437.84
Hex72B7A2605F1C545a26
Octal162267124601373412413246
Binary1110010101101111010100110010111111110010101001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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