Html Css Color HEX #757420 Olivetone

📋 copy color: '#757420'

red 117 ◦ green 116 ◦ blue 32

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

Shades of Olivetone #757420

Tints of Olivetone #757420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

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

R = 44.15%
G = 43.77%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#757420 (or 0x757420) is known color: Olivetone. HEX triplet: 75, 74 and 20. RGB value is (117,116,32). Sum of RGB (Red+Green+Blue) = 117+116+32=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #757420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757420 is #8A8BDF. Grayscale: #6B6B6B. Windows color (decimal): -9079776 or 2126965. OLE color: 2126965.

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

Color convert

RGB 117 116 32 -
CMYK 0 0.01 0.73 0.54
HSL 59.29º 0.57% 0.29% -
HSV(B) 59.29º 0.73% 0.46% -
XYZ 13.84 16.38 3.8 -
YUV 106.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 117 116 32 0 0.01 0.73 0.54 59.29 0.57 0.29
Hex 75 74 20 0 1 49 36 3B 39 1D
Octal 165 164 40 0 1 111 66 73 71 35
Binary 1110101 1110100 100000 0 1 1001001 110110 111011 111001 11101

Color Harmonies of #757420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757420

Black with #757420

Text Example


Text Example

White with #757420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757420; }

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

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

background-color css

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

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

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

border-color css

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

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

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