#73781D

Color #73781D Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #73781D

Tints of Olivetone #73781D

Color information

#73781D (or 0x73781D) is unknown color: approx Olivetone. HEX triplet: 73, 78 and 1D. RGB value is (115,120,29). Sum of RGB (Red+Green+Blue) = 115+120+29=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #73781D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73781D is #8C87E2. Grayscale: #6C6C6C. Windows color (decimal): -9209827 or 1931379. OLE color: 1931379.

HSL color Cylindrical-coordinate representation of color #73781D: hue angle of 63.3º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73781D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB11512029-
CMYK0.0400.760.53
HSL63.3º61.07%29.22%-
HSV(B)63.3º75.83%47.06%-
XYZ14.0117.173.74-
YUV108.1383.34132.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 120 (47.27% from 255) = 45.45%
BLUE value IS 29 (11.72% from 255) = 10.98%
R=43.56%
G=45.45%
B=10.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115120290.0400.760.5363.361.0729.22
Hex73781D404C353f3d1d
Octal163170354011465777535
Binary11100111111000111011000100110011010111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73781D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73781D; }

 p { color: rgb(115,120,29); }

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

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

 a { background-color: rgb(115,120,29); }

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

<style>
 span { border-color: #73781D; }

 span { border-color: rgb(115,120,29); }

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