#73771B

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

Shades of Olivetone #73771B

Tints of Olivetone #73771B

Color information

#73771B (or 0x73771B) is unknown color: approx Olivetone. HEX triplet: 73, 77 and 1B. RGB value is (115,119,27). Sum of RGB (Red+Green+Blue) = 115+119+27=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #73771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73771B is #8C88E4. Grayscale: #6B6B6B. Windows color (decimal): -9210085 or 1800051. OLE color: 1800051.

HSL color Cylindrical-coordinate representation of color #73771B: hue angle of 62.61º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73771B is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB11511927-
CMYK0.0300.770.53
HSL62.61º63.01%28.63%-
HSV(B)62.61º77.31%46.67%-
XYZ13.8616.923.57-
YUV107.3282.67133.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 27 (10.94% from 255) = 10.34%
R=44.06%
G=45.59%
B=10.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115119270.0300.770.5362.6163.0128.63
Hex73771B304D353f3f1d
Octal163167333011565777735
Binary1110011111011111011110100110111010111111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73771B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,119,27); }

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

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

 a { background-color: rgb(115,119,27); }

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

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

 span { border-color: rgb(115,119,27); }

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