#73781E

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

Shades of Olivetone #73781E

Tints of Olivetone #73781E

Color information

#73781E (or 0x73781E) is unknown color: approx Olivetone. HEX triplet: 73, 78 and 1E. RGB value is (115,120,30). Sum of RGB (Red+Green+Blue) = 115+120+30=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #73781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73781E is #8C87E1. Grayscale: #6C6C6C. Windows color (decimal): -9209826 or 1996915. OLE color: 1996915.

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

Color convert

RGB11512030-
CMYK0.0400.750.53
HSL63.33º60%29.41%-
HSV(B)63.33º75%47.06%-
XYZ14.0217.173.8-
YUV108.2483.84132.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 30 (12.11% from 255) = 11.32%
R=43.40%
G=45.28%
B=11.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115120300.0400.750.5363.336029.41
Hex73781E404B353f3c1d
Octal163170364011365777435
Binary11100111111000111101000100101111010111111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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