Html Css Color HEX #767220 Olivetone

📋 copy color: '#767220'

red 118 ◦ green 114 ◦ blue 32

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

Shades of Olivetone #767220

Tints of Olivetone #767220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.18%

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

R = 44.7%
G = 43.18%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#767220 (or 0x767220) is known color: Olivetone. HEX triplet: 76, 72 and 20. RGB value is (118,114,32). Sum of RGB (Red+Green+Blue) = 118+114+32=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #767220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767220 is #898DDF. Grayscale: #6A6A6A. Windows color (decimal): -9014752 or 2126454. OLE color: 2126454.

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

Color convert

RGB 118 114 32 -
CMYK 0 0.03 0.73 0.54
HSL 57.21º 0.57% 0.29% -
HSV(B) 57.21º 0.73% 0.46% -
XYZ 13.75 15.99 3.73 -
YUV 105.85 86.33 136.67 -
System Red Green Blue C M Y K H S L
Decimal 118 114 32 0 0.03 0.73 0.54 57.21 0.57 0.29
Hex 76 72 20 0 3 49 36 39 39 1D
Octal 166 162 40 0 3 111 66 71 71 35
Binary 1110110 1110010 100000 0 11 1001001 110110 111001 111001 11101

Color Harmonies of #767220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767220

Black with #767220

Text Example


Text Example

White with #767220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767220; }

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

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

background-color css

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

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

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

border-color css

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

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

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