Html Css Color HEX #757529 Olivetone

📋 copy color: '#757529'

red 117 ◦ green 117 ◦ blue 41

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

Shades of Olivetone #757529

Tints of Olivetone #757529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.55%

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

R = 42.55%
G = 42.55%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#757529 (or 0x757529) is known color: Olivetone. HEX triplet: 75, 75 and 29. RGB value is (117,117,41). Sum of RGB (Red+Green+Blue) = 117+117+41=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757529 is #8A8AD6. Grayscale: #6C6C6C. Windows color (decimal): -9079511 or 2717045. OLE color: 2717045.

HSL color Cylindrical-coordinate representation of color #757529: hue angle of 60º 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 #757529 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 41 -
CMYK 0 0 0.65 0.54
HSL 60º 0.48% 0.31% -
HSV(B) 60º 0.65% 0.46% -
XYZ 14.1 16.66 4.57 -
YUV 108.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 117 117 41 0 0 0.65 0.54 60 0.48 0.31
Hex 75 75 29 0 0 41 36 3C 30 1F
Octal 165 165 51 0 0 101 66 74 60 37
Binary 1110101 1110101 101001 0 0 1000001 110110 111100 110000 11111

Color Harmonies of #757529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757529

Black with #757529

Text Example


Text Example

White with #757529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757529; }

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

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

background-color css

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

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

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

border-color css

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

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

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