#73800B

Color #73800B Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #73800B

Tints of Olive #73800B

Color information

#73800B (or 0x73800B) is unknown color: approx Olive. HEX triplet: 73, 80 and 0B. RGB value is (115,128,11). Sum of RGB (Red+Green+Blue) = 115+128+11=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #73800B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73800B is #8C7FF4. Grayscale: #6F6F6F. Windows color (decimal): -9207797 or 753779. OLE color: 753779.

HSL color Cylindrical-coordinate representation of color #73800B: hue angle of 66.67º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73800B is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB11512811-
CMYK0.1000.910.50
HSL66.67º84.17%27.25%-
HSV(B)66.67º91.41%50.2%-
XYZ14.8519.113.22-
YUV110.7871.69131.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 128 (50.39% from 255) = 50.39%
BLUE value IS 11 (4.69% from 255) = 4.33%
R=45.28%
G=50.39%
B=4.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal115128110.1000.910.5066.6784.1727.25
Hex7380BA05B3243541b
Octal163200131201336210312433
Binary11100111000000010111010010110111100101000011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73800B; }

 p { color: rgb(115,128,11); }

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

<style>
 a { background-color: #73800B; }

 a { background-color: rgb(115,128,11); }

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

<style>
 span { border-color: #73800B; }

 span { border-color: rgb(115,128,11); }

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