Html Css Color HEX #757320 Olivetone

📋 copy color: '#757320'

red 117 ◦ green 115 ◦ blue 32

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

Shades of Olivetone #757320

Tints of Olivetone #757320

RGB

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

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

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

R = 44.32%
G = 43.56%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#757320 (or 0x757320) is known color: Olivetone. HEX triplet: 75, 73 and 20. RGB value is (117,115,32). Sum of RGB (Red+Green+Blue) = 117+115+32=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #757320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757320 is #8A8CDF. Grayscale: #6A6A6A. Windows color (decimal): -9080032 or 2126709. OLE color: 2126709.

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

Color convert

RGB 117 115 32 -
CMYK 0 0.02 0.73 0.54
HSL 58.59º 0.57% 0.29% -
HSV(B) 58.59º 0.73% 0.46% -
XYZ 13.73 16.15 3.76 -
YUV 106.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 117 115 32 0 0.02 0.73 0.54 58.59 0.57 0.29
Hex 75 73 20 0 2 49 36 3B 39 1D
Octal 165 163 40 0 2 111 66 73 71 35
Binary 1110101 1110011 100000 0 10 1001001 110110 111011 111001 11101

Color Harmonies of #757320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757320

Black with #757320

Text Example


Text Example

White with #757320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757320; }

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

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

background-color css

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

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

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

border-color css

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

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

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