Html Css Color HEX #767620 Olivetone

📋 copy color: '#767620'

red 118 ◦ green 118 ◦ blue 32

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

Shades of Olivetone #767620

Tints of Olivetone #767620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

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

R = 44.03%
G = 44.03%
B = 11.94%

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

#767620 (or 0x767620) is known color: Olivetone. HEX triplet: 76, 76 and 20. RGB value is (118,118,32). Sum of RGB (Red+Green+Blue) = 118+118+32=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767620 is #8989DF. Grayscale: #6C6C6C. Windows color (decimal): -9013728 or 2127478. OLE color: 2127478.

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

Color convert

RGB 118 118 32 -
CMYK 0 0 0.73 0.54
HSL 60º 0.57% 0.29% -
HSV(B) 60º 0.73% 0.46% -
XYZ 14.21 16.91 3.88 -
YUV 108.2 85 134.99 -
System Red Green Blue C M Y K H S L
Decimal 118 118 32 0 0 0.73 0.54 60 0.57 0.29
Hex 76 76 20 0 0 49 36 3C 39 1D
Octal 166 166 40 0 0 111 66 74 71 35
Binary 1110110 1110110 100000 0 0 1001001 110110 111100 111001 11101

Color Harmonies of #767620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767620

Black with #767620

Text Example


Text Example

White with #767620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767620; }

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

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

background-color css

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

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

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

border-color css

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

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

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