#74782F

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

Shades of Olivetone #74782F

Tints of Olivetone #74782F

Color information

#74782F (or 0x74782F) is unknown color: approx Olivetone. HEX triplet: 74, 78 and 2F. RGB value is (116,120,47). Sum of RGB (Red+Green+Blue) = 116+120+47=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #74782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74782F is #8B87D0. Grayscale: #6E6E6E. Windows color (decimal): -9144273 or 3111028. OLE color: 3111028.

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

Color convert

RGB11612047-
CMYK0.0300.610.53
HSL63.29º43.71%32.75%-
HSV(B)63.29º60.83%47.06%-
XYZ14.4317.355.28-
YUV110.4892.17131.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=40.99%
G=42.40%
B=16.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120470.0300.610.5363.2943.7132.75
Hex74782F303D353f2c21
Octal16417057307565775441
Binary11101001111000101111110111101110101111111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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