#74762F

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

Shades of Olivetone #74762F

Tints of Olivetone #74762F

Color information

#74762F (or 0x74762F) is unknown color: approx Olivetone. HEX triplet: 74, 76 and 2F. RGB value is (116,118,47). Sum of RGB (Red+Green+Blue) = 116+118+47=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #74762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74762F is #8B89D0. Grayscale: #6D6D6D. Windows color (decimal): -9144785 or 3110516. OLE color: 3110516.

HSL color Cylindrical-coordinate representation of color #74762F: hue angle of 61.69º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74762F is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB11611847-
CMYK0.0200.600.54
HSL61.69º43.03%32.35%-
HSV(B)61.69º60.17%46.27%-
XYZ14.1916.885.2-
YUV109.3192.84132.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=41.28%
G=41.99%
B=16.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118470.0200.600.5461.6943.0332.35
Hex74762F203C363e2b20
Octal16416657207466765340
Binary11101001110110101111100111100110110111110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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