#74722B

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

Shades of Olivetone #74722B

Tints of Olivetone #74722B

Color information

#74722B (or 0x74722B) is unknown color: approx Olivetone. HEX triplet: 74, 72 and 2B. RGB value is (116,114,43). Sum of RGB (Red+Green+Blue) = 116+114+43=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74722B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74722B is #8B8DD4. Grayscale: #6A6A6A. Windows color (decimal): -9145813 or 2847348. OLE color: 2847348.

HSL color Cylindrical-coordinate representation of color #74722B: hue angle of 58.36º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74722B is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB11611443-
CMYK00.020.630.55
HSL58.36º45.91%31.18%-
HSV(B)58.36º62.93%45.49%-
XYZ13.6615.924.64-
YUV106.592.16134.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 114 (44.92% from 255) = 41.76%
BLUE value IS 43 (17.19% from 255) = 15.75%
R=42.49%
G=41.76%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161144300.020.630.5558.3645.9131.18
Hex74722B023F373a2e1f
Octal16416253027767725637
Binary1110100111001010101101011111111011111101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,114,43); }

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

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

 a { background-color: rgb(116,114,43); }

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

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

 span { border-color: rgb(116,114,43); }

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