Html Css Color HEX #767221 Olivetone

📋 copy color: '#767221'

red 118 ◦ green 114 ◦ blue 33

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

Shades of Olivetone #767221

Tints of Olivetone #767221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.45%

R = 44.53%
G = 43.02%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#767221 (or 0x767221) is known color: Olivetone. HEX triplet: 76, 72 and 21. RGB value is (118,114,33). Sum of RGB (Red+Green+Blue) = 118+114+33=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #767221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767221 is #898DDE. Grayscale: #6A6A6A. Windows color (decimal): -9014751 or 2191990. OLE color: 2191990.

HSL color Cylindrical-coordinate representation of color #767221: hue angle of 57.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #767221 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 33 -
CMYK 0 0.03 0.72 0.54
HSL 57.18º 0.56% 0.3% -
HSV(B) 57.18º 0.72% 0.46% -
XYZ 13.76 16 3.8 -
YUV 105.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 118 114 33 0 0.03 0.72 0.54 57.18 0.56 0.3
Hex 76 72 21 0 3 48 36 39 38 1E
Octal 166 162 41 0 3 110 66 71 70 36
Binary 1110110 1110010 100001 0 11 1001000 110110 111001 111000 11110

Color Harmonies of #767221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767221

Black with #767221

Text Example


Text Example

White with #767221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767221; }

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

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

background-color css

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

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

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

border-color css

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

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

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