#757821

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

Shades of Olivetone #757821

Tints of Olivetone #757821

Color information

#757821 (or 0x757821) is unknown color: approx Olivetone. HEX triplet: 75, 78 and 21. RGB value is (117,120,33). Sum of RGB (Red+Green+Blue) = 117+120+33=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #757821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757821 is #8A87DE. Grayscale: #6D6D6D. Windows color (decimal): -9078751 or 2193525. OLE color: 2193525.

HSL color Cylindrical-coordinate representation of color #757821: hue angle of 62.07º 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 #757821 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB11712033-
CMYK0.0200.720.53
HSL62.07º56.86%30%-
HSV(B)62.07º72.5%47.06%-
XYZ14.3317.324.03-
YUV109.1885.01133.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=43.33%
G=44.44%
B=12.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120330.0200.720.5362.0756.8630
Hex7578212048353e391e
Octal165170412011065767136
Binary11101011111000100001100100100011010111111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757821; }

 p { color: rgb(117,120,33); }

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

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

 a { background-color: rgb(117,120,33); }

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

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

 span { border-color: rgb(117,120,33); }

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