#73761D

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

Shades of Olivetone #73761D

Tints of Olivetone #73761D

Color information

#73761D (or 0x73761D) is unknown color: approx Olivetone. HEX triplet: 73, 76 and 1D. RGB value is (115,118,29). Sum of RGB (Red+Green+Blue) = 115+118+29=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #73761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73761D is #8C89E2. Grayscale: #6B6B6B. Windows color (decimal): -9210339 or 1930867. OLE color: 1930867.

HSL color Cylindrical-coordinate representation of color #73761D: hue angle of 62.02º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73761D is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB11511829-
CMYK0.0300.750.54
HSL62.02º60.54%28.82%-
HSV(B)62.02º75.42%46.27%-
XYZ13.7716.693.66-
YUV106.9684.01133.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 29 (11.72% from 255) = 11.07%
R=43.89%
G=45.04%
B=11.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115118290.0300.750.5462.0260.5428.82
Hex73761D304B363e3d1d
Octal163166353011366767535
Binary1110011111011011101110100101111011011111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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