Html Css Color HEX #757329 Olivetone

📋 copy color: '#757329'

red 117 ◦ green 115 ◦ blue 41

#757329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #757329

Tints of Olivetone #757329

RGB

 RED value IS 117 (46.09% from 255) = 42.86%

 GREEN value IS 115 (45.31% from 255) = 42.12%

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 42.86%
G = 42.12%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#757329 (or 0x757329) is known color: Olivetone. HEX triplet: 75, 73 and 29. RGB value is (117,115,41). Sum of RGB (Red+Green+Blue) = 117+115+41=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #757329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757329 is #8A8CD6. Grayscale: #6B6B6B. Windows color (decimal): -9080023 or 2716533. OLE color: 2716533.

HSL color Cylindrical-coordinate representation of color #757329: hue angle of 58.42º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #757329 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 115 41 -
CMYK 0 0.02 0.65 0.54
HSL 58.42º 0.48% 0.31% -
HSV(B) 58.42º 0.65% 0.46% -
XYZ 13.87 16.2 4.49 -
YUV 107.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 117 115 41 0 0.02 0.65 0.54 58.42 0.48 0.31
Hex 75 73 29 0 2 41 36 3A 30 1F
Octal 165 163 51 0 2 101 66 72 60 37
Binary 1110101 1110011 101001 0 10 1000001 110110 111010 110000 11111

Color Harmonies of #757329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757329

Black with #757329

Text Example


Text Example

White with #757329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757329; }

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

 H1.HeaderClassName
 {
   color: #757329;
 }
 .AnyTagClassName
 {
   color: #757329;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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