Html Css Color HEX #767520 Olivetone

📋 copy color: '#767520'

red 118 ◦ green 117 ◦ blue 32

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

Shades of Olivetone #767520

Tints of Olivetone #767520

RGB

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

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

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

R = 44.19%
G = 43.82%
B = 11.99%

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

#767520 (or 0x767520) is known color: Olivetone. HEX triplet: 76, 75 and 20. RGB value is (118,117,32). Sum of RGB (Red+Green+Blue) = 118+117+32=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #767520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767520 is #898ADF. Grayscale: #6B6B6B. Windows color (decimal): -9013984 or 2127222. OLE color: 2127222.

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

Color convert

RGB 118 117 32 -
CMYK 0 0.01 0.73 0.54
HSL 59.3º 0.57% 0.29% -
HSV(B) 59.3º 0.73% 0.46% -
XYZ 14.09 16.68 3.84 -
YUV 107.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 118 117 32 0 0.01 0.73 0.54 59.3 0.57 0.29
Hex 76 75 20 0 1 49 36 3B 39 1D
Octal 166 165 40 0 1 111 66 73 71 35
Binary 1110110 1110101 100000 0 1 1001001 110110 111011 111001 11101

Color Harmonies of #767520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767520

Black with #767520

Text Example


Text Example

White with #767520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767520; }

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

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

background-color css

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

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

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

border-color css

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

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

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