#74782E

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

Shades of Olivetone #74782E

Tints of Olivetone #74782E

Color information

#74782E (or 0x74782E) is unknown color: approx Olivetone. HEX triplet: 74, 78 and 2E. RGB value is (116,120,46). Sum of RGB (Red+Green+Blue) = 116+120+46=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #74782E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74782E is #8B87D1. Grayscale: #6E6E6E. Windows color (decimal): -9144274 or 3045492. OLE color: 3045492.

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

Color convert

RGB11612046-
CMYK0.0300.620.53
HSL63.24º44.58%32.55%-
HSV(B)63.24º61.67%47.06%-
XYZ14.4117.345.17-
YUV110.3791.67132.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 120 (47.27% from 255) = 42.55%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=41.13%
G=42.55%
B=16.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120460.0300.620.5363.2444.5832.55
Hex74782E303E353f2d21
Octal16417056307665775541
Binary11101001111000101110110111110110101111111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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