#757A29

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

Shades of Olivetone #757A29

Tints of Olivetone #757A29

Color information

#757A29 (or 0x757A29) is unknown color: approx Olivetone. HEX triplet: 75, 7A and 29. RGB value is (117,122,41). Sum of RGB (Red+Green+Blue) = 117+122+41=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #757A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A29 is #8A85D6. Grayscale: #6F6F6F. Windows color (decimal): -9078231 or 2718325. OLE color: 2718325.

HSL color Cylindrical-coordinate representation of color #757A29: hue angle of 63.7º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #757A29 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB11712241-
CMYK0.0400.660.52
HSL63.7º49.69%31.96%-
HSV(B)63.7º66.39%47.84%-
XYZ14.717.864.77-
YUV111.2788.34132.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 122 (48.05% from 255) = 43.57%
BLUE value IS 41 (16.41% from 255) = 14.64%
R=41.79%
G=43.57%
B=14.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117122410.0400.660.5263.749.6931.96
Hex757A29404234403220
Octal1651725140102641006240
Binary11101011111010101001100010000101101001000000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757A29; }

 p { color: rgb(117,122,41); }

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

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

 a { background-color: rgb(117,122,41); }

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

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

 span { border-color: rgb(117,122,41); }

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