#72B713

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

Shades of Christi #72B713

Tints of Christi #72B713

Color information

#72B713 (or 0x72B713) is unknown color: approx Christi. HEX triplet: 72, B7 and 13. RGB value is (114,183,19). Sum of RGB (Red+Green+Blue) = 114+183+19=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #72B713 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B713 is #8D48EC. Grayscale: #909090. Windows color (decimal): -9259245 or 1292146. OLE color: 1292146.

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

Color convert

RGB11418319-
CMYK0.3800.900.28
HSL85.24º81.19%39.61%-
HSV(B)85.24º89.62%71.76%-
XYZ23.9937.496.59-
YUV143.6757.64106.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 183 (71.88% from 255) = 57.91%
BLUE value IS 19 (7.81% from 255) = 6.01%
R=36.08%
G=57.91%
B=6.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114183190.3800.900.2885.2481.1939.61
Hex72B7132605A1C555128
Octal162267234601323412512150
Binary11100101011011110011100110010110101110010101011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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