#73A50E

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

Shades of Christi #73A50E

Tints of Christi #73A50E

Color information

#73A50E (or 0x73A50E) is unknown color: approx Christi. HEX triplet: 73, A5 and 0E. RGB value is (115,165,14). Sum of RGB (Red+Green+Blue) = 115+165+14=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #73A50E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A50E is #8C5AF1. Grayscale: #858585. Windows color (decimal): -9198322 or 959859. OLE color: 959859.

HSL color Cylindrical-coordinate representation of color #73A50E: hue angle of 79.87º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73A50E is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB11516514-
CMYK0.3000.920.35
HSL79.87º84.36%35.1%-
HSV(B)79.87º91.52%64.71%-
XYZ20.630.595.23-
YUV132.8460.94115.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 165 (64.84% from 255) = 56.12%
BLUE value IS 14 (5.86% from 255) = 4.76%
R=39.12%
G=56.12%
B=4.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115165140.3000.920.3579.8784.3635.1
Hex73A5E1E05C23505423
Octal163245163601344312012443
Binary1110011101001011110111100101110010001110100001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,165,14); }

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

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

 a { background-color: rgb(115,165,14); }

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

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

 span { border-color: rgb(115,165,14); }

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