Html Css Color HEX #767120 Olivetone

📋 copy color: '#767120'

red 118 ◦ green 113 ◦ blue 32

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

Shades of Olivetone #767120

Tints of Olivetone #767120

RGB

 RED value IS 118 (46.48% from 255) = 44.87%

 GREEN value IS 113 (44.53% from 255) = 42.97%

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

R = 44.87%
G = 42.97%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#767120 (or 0x767120) is known color: Olivetone. HEX triplet: 76, 71 and 20. RGB value is (118,113,32). Sum of RGB (Red+Green+Blue) = 118+113+32=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #767120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767120 is #898EDF. Grayscale: #696969. Windows color (decimal): -9015008 or 2126198. OLE color: 2126198.

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

Color convert

RGB 118 113 32 -
CMYK 0 0.04 0.73 0.54
HSL 56.51º 0.57% 0.29% -
HSV(B) 56.51º 0.73% 0.46% -
XYZ 13.64 15.77 3.69 -
YUV 105.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 118 113 32 0 0.04 0.73 0.54 56.51 0.57 0.29
Hex 76 71 20 0 4 49 36 39 39 1D
Octal 166 161 40 0 4 111 66 71 71 35
Binary 1110110 1110001 100000 0 100 1001001 110110 111001 111001 11101

Color Harmonies of #767120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767120

Black with #767120

Text Example


Text Example

White with #767120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767120; }

 p { color: rgb(118,113,32); }

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

background-color css

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

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

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

border-color css

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

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

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