#74711B

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

Shades of Olivetone #74711B

Tints of Olivetone #74711B

Color information

#74711B (or 0x74711B) is unknown color: approx Olivetone. HEX triplet: 74, 71 and 1B. RGB value is (116,113,27). Sum of RGB (Red+Green+Blue) = 116+113+27=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74711B is #8B8EE4. Grayscale: #686868. Windows color (decimal): -9146085 or 1798516. OLE color: 1798516.

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

Color convert

RGB11611327-
CMYK00.030.770.55
HSL57.98º62.24%28.04%-
HSV(B)57.98º76.72%45.49%-
XYZ13.3115.63.35-
YUV104.0984.49136.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 27 (10.94% from 255) = 10.55%
R=45.31%
G=44.14%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161132700.030.770.5557.9862.2428.04
Hex74711B034D373a3e1c
Octal164161330311567727634
Binary1110100111000111011011100110111011111101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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