#73B610

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

Shades of Christi #73B610

Tints of Christi #73B610

Color information

#73B610 (or 0x73B610) is unknown color: approx Christi. HEX triplet: 73, B6 and 10. RGB value is (115,182,16). Sum of RGB (Red+Green+Blue) = 115+182+16=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 182 (71.48% from 255 or 58.15% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 182 - color contains mainly: green. Hex color #73B610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73B610 is #8C49EF. Grayscale: #8F8F8F. Windows color (decimal): -9193968 or 1095283. OLE color: 1095283.

HSL color Cylindrical-coordinate representation of color #73B610: hue angle of 84.22º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73B610 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB11518216-
CMYK0.3700.910.29
HSL84.22º83.84%38.82%-
HSV(B)84.22º91.21%71.37%-
XYZ23.8937.146.4-
YUV143.0456.3108-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 182 (71.48% from 255) = 58.15%
BLUE value IS 16 (6.64% from 255) = 5.11%
R=36.74%
G=58.15%
B=5.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115182160.3700.910.2984.2283.8438.82
Hex73B6102505B1D545427
Octal163266204501333512412447
Binary11100111011011010000100101010110111110110101001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73B610; }

 p { color: rgb(115,182,16); }

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

<style>
 a { background-color: #73B610; }

 a { background-color: rgb(115,182,16); }

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

<style>
 span { border-color: #73B610; }

 span { border-color: rgb(115,182,16); }

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