#73870C

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

Shades of Olive #73870C

Tints of Olive #73870C

Color information

#73870C (or 0x73870C) is unknown color: approx Olive. HEX triplet: 73, 87 and 0C. RGB value is (115,135,12). Sum of RGB (Red+Green+Blue) = 115+135+12=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #73870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73870C is #8C78F3. Grayscale: #737373. Windows color (decimal): -9206004 or 821107. OLE color: 821107.

HSL color Cylindrical-coordinate representation of color #73870C: hue angle of 69.76º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73870C is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB11513512-
CMYK0.1500.910.47
HSL69.76º83.67%28.82%-
HSV(B)69.76º91.11%52.94%-
XYZ15.8213.57-
YUV11569.87128-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 135 (53.12% from 255) = 51.53%
BLUE value IS 12 (5.08% from 255) = 4.58%
R=43.89%
G=51.53%
B=4.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115135120.1500.910.4769.7683.6728.82
Hex7387CF05B2F46541d
Octal163207141701335710612435
Binary11100111000011111001111010110111011111000110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73870C; }

 p { color: rgb(115,135,12); }

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

<style>
 a { background-color: #73870C; }

 a { background-color: rgb(115,135,12); }

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

<style>
 span { border-color: #73870C; }

 span { border-color: rgb(115,135,12); }

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