#74711F

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

Shades of Olivetone #74711F

Tints of Olivetone #74711F

Color information

#74711F (or 0x74711F) is unknown color: approx Olivetone. HEX triplet: 74, 71 and 1F. RGB value is (116,113,31). Sum of RGB (Red+Green+Blue) = 116+113+31=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74711F is #8B8EE0. Grayscale: #686868. Windows color (decimal): -9146081 or 2060660. OLE color: 2060660.

HSL color Cylindrical-coordinate representation of color #74711F: hue angle of 57.88º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74711F is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB11611331-
CMYK00.030.730.55
HSL57.88º57.82%28.82%-
HSV(B)57.88º73.28%45.49%-
XYZ13.3515.623.61-
YUV104.5586.49136.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 31 (12.5% from 255) = 11.92%
R=44.62%
G=43.46%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161133100.030.730.5557.8857.8228.82
Hex74711F0349373a3a1d
Octal164161370311167727235
Binary1110100111000111111011100100111011111101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74711F; }

 p { color: rgb(116,113,31); }

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

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

 a { background-color: rgb(116,113,31); }

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

<style>
 span { border-color: #74711F; }

 span { border-color: rgb(116,113,31); }

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