#74782D

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

Shades of Olivetone #74782D

Tints of Olivetone #74782D

Color information

#74782D (or 0x74782D) is unknown color: approx Olivetone. HEX triplet: 74, 78 and 2D. RGB value is (116,120,45). Sum of RGB (Red+Green+Blue) = 116+120+45=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #74782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74782D is #8B87D2. Grayscale: #6E6E6E. Windows color (decimal): -9144275 or 2979956. OLE color: 2979956.

HSL color Cylindrical-coordinate representation of color #74782D: hue angle of 63.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74782D is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB11612045-
CMYK0.0300.630.53
HSL63.2º45.45%32.35%-
HSV(B)63.2º62.5%47.06%-
XYZ14.3917.345.07-
YUV110.2591.17132.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 120 (47.27% from 255) = 42.70%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=41.28%
G=42.70%
B=16.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120450.0300.630.5363.245.4532.35
Hex74782D303F353f2d20
Octal16417055307765775540
Binary11101001111000101101110111111110101111111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74782D; }

 p { color: rgb(116,120,45); }

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

<style>
 a { background-color: #74782D; }

 a { background-color: rgb(116,120,45); }

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

<style>
 span { border-color: #74782D; }

 span { border-color: rgb(116,120,45); }

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