Html Css Color HEX #757520 Olivetone

📋 copy color: '#757520'

red 117 ◦ green 117 ◦ blue 32

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

Shades of Olivetone #757520

Tints of Olivetone #757520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 43.98%
G = 43.98%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#757520 (or 0x757520) is known color: Olivetone. HEX triplet: 75, 75 and 20. RGB value is (117,117,32). Sum of RGB (Red+Green+Blue) = 117+117+32=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757520 is #8A8ADF. Grayscale: #6B6B6B. Windows color (decimal): -9079520 or 2127221. OLE color: 2127221.

HSL color Cylindrical-coordinate representation of color #757520: hue angle of 60º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #757520 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 32 -
CMYK 0 0 0.73 0.54
HSL 60º 0.57% 0.29% -
HSV(B) 60º 0.73% 0.46% -
XYZ 13.96 16.61 3.84 -
YUV 107.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 117 117 32 0 0 0.73 0.54 60 0.57 0.29
Hex 75 75 20 0 0 49 36 3C 39 1D
Octal 165 165 40 0 0 111 66 74 71 35
Binary 1110101 1110101 100000 0 0 1001001 110110 111100 111001 11101

Color Harmonies of #757520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757520

Black with #757520

Text Example


Text Example

White with #757520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757520; }

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

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

background-color css

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

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

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

border-color css

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

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

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