#73862B

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

Shades of Olive Drab #73862B

Tints of Olive Drab #73862B

Color information

#73862B (or 0x73862B) is unknown color: approx Olive Drab. HEX triplet: 73, 86 and 2B. RGB value is (115,134,43). Sum of RGB (Red+Green+Blue) = 115+134+43=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #73862B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73862B is #8C79D4. Grayscale: #767676. Windows color (decimal): -9206229 or 2852467. OLE color: 2852467.

HSL color Cylindrical-coordinate representation of color #73862B: hue angle of 72.53º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73862B is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB11513443-
CMYK0.1400.680.47
HSL72.53º51.41%34.71%-
HSV(B)72.53º67.91%52.55%-
XYZ16.0320.875.47-
YUV117.9485.71125.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 43 (17.19% from 255) = 14.73%
R=39.38%
G=45.89%
B=14.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115134430.1400.680.4772.5351.4134.71
Hex73862BE0442F493323
Octal16320653160104571116343
Binary1110011100001101010111110010001001011111001001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,134,43); }

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

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

 a { background-color: rgb(115,134,43); }

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

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

 span { border-color: rgb(115,134,43); }

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