#747921

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

Shades of Olivetone #747921

Tints of Olivetone #747921

Color information

#747921 (or 0x747921) is unknown color: approx Olivetone. HEX triplet: 74, 79 and 21. RGB value is (116,121,33). Sum of RGB (Red+Green+Blue) = 116+121+33=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #747921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747921 is #8B86DE. Grayscale: #6D6D6D. Windows color (decimal): -9144031 or 2193780. OLE color: 2193780.

HSL color Cylindrical-coordinate representation of color #747921: hue angle of 63.41º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #747921 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB11612133-
CMYK0.0400.730.53
HSL63.41º57.14%30.2%-
HSV(B)63.41º72.73%47.45%-
XYZ14.3117.54.06-
YUV109.4784.84132.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=42.96%
G=44.81%
B=12.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121330.0400.730.5363.4157.1430.2
Hex7479214049353f391e
Octal164171414011165777136
Binary111010011110011000011000100100111010111111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747921; }

 p { color: rgb(116,121,33); }

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

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

 a { background-color: rgb(116,121,33); }

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

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

 span { border-color: rgb(116,121,33); }

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