Html Css Color HEX #767211 Olivetone

📋 copy color: '#767211'

red 118 ◦ green 114 ◦ blue 17

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

Shades of Olivetone #767211

Tints of Olivetone #767211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 47.39%
G = 45.78%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#767211 (or 0x767211) is known color: Olivetone. HEX triplet: 76, 72 and 11. RGB value is (118,114,17). Sum of RGB (Red+Green+Blue) = 118+114+17=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #767211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767211 is #898DEE. Grayscale: #686868. Windows color (decimal): -9014767 or 1143414. OLE color: 1143414.

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

Color convert

RGB 118 114 17 -
CMYK 0 0.03 0.86 0.54
HSL 57.62º 0.75% 0.26% -
HSV(B) 57.62º 0.86% 0.46% -
XYZ 13.59 15.93 2.89 -
YUV 104.14 78.83 137.89 -
System Red Green Blue C M Y K H S L
Decimal 118 114 17 0 0.03 0.86 0.54 57.62 0.75 0.26
Hex 76 72 11 0 3 56 36 3A 4B 1A
Octal 166 162 21 0 3 126 66 72 113 32
Binary 1110110 1110010 10001 0 11 1010110 110110 111010 1001011 11010

Color Harmonies of #767211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767211

Black with #767211

Text Example


Text Example

White with #767211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767211; }

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

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

background-color css

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

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

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

border-color css

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

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

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