#73A714

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

Shades of Christi #73A714

Tints of Christi #73A714

Color information

#73A714 (or 0x73A714) is unknown color: approx Christi. HEX triplet: 73, A7 and 14. RGB value is (115,167,20). Sum of RGB (Red+Green+Blue) = 115+167+20=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #73A714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A714 is #8C58EB. Grayscale: #878787. Windows color (decimal): -9197804 or 1353587. OLE color: 1353587.

HSL color Cylindrical-coordinate representation of color #73A714: hue angle of 81.22º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73A714 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB11516720-
CMYK0.3100.880.35
HSL81.22º78.61%36.67%-
HSV(B)81.22º88.02%65.49%-
XYZ21.0231.335.6-
YUV134.6963.27113.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 167 (65.62% from 255) = 55.30%
BLUE value IS 20 (8.20% from 255) = 6.62%
R=38.08%
G=55.30%
B=6.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115167200.3100.880.3581.2278.6136.67
Hex73A7141F05823514f25
Octal163247243701304312111745
Binary11100111010011110100111110101100010001110100011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,167,20); }

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

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

 a { background-color: rgb(115,167,20); }

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

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

 span { border-color: rgb(115,167,20); }

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