#73862a

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

Shades of Olive Drab #73862A

Tints of Olive Drab #73862A

Color information

#73862A (or 0x73862A) is unknown color: approx Olive Drab. HEX triplet: 73, 86 and 2A. RGB value is (115,134,42). Sum of RGB (Red+Green+Blue) = 115+134+42=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #73862A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73862A is #8C79D5. Grayscale: #767676. Windows color (decimal): -9206230 or 2786931. OLE color: 2786931.

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

Color convert

RGB11513442-
CMYK0.1400.690.47
HSL72.39º52.27%34.51%-
HSV(B)72.39º68.66%52.55%-
XYZ16.0120.865.37-
YUV117.8385.21125.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 42 (16.80% from 255) = 14.43%
R=39.52%
G=46.05%
B=14.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115134420.1400.690.4772.3952.2734.51
Hex73862AE0452F483423
Octal16320652160105571106443
Binary1110011100001101010101110010001011011111001000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73862a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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