Html Css Color HEX #767111 Olivetone

📋 copy color: '#767111'

red 118 ◦ green 113 ◦ blue 17

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

Shades of Olivetone #767111

Tints of Olivetone #767111

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

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

R = 47.58%
G = 45.56%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#767111 (or 0x767111) is known color: Olivetone. HEX triplet: 76, 71 and 11. RGB value is (118,113,17). Sum of RGB (Red+Green+Blue) = 118+113+17=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #767111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767111 is #898EEE. Grayscale: #676767. Windows color (decimal): -9015023 or 1143158. OLE color: 1143158.

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

Color convert

RGB 118 113 17 -
CMYK 0 0.04 0.86 0.54
HSL 57.03º 0.75% 0.26% -
HSV(B) 57.03º 0.86% 0.46% -
XYZ 13.48 15.7 2.85 -
YUV 103.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 118 113 17 0 0.04 0.86 0.54 57.03 0.75 0.26
Hex 76 71 11 0 4 56 36 39 4B 1A
Octal 166 161 21 0 4 126 66 71 113 32
Binary 1110110 1110001 10001 0 100 1010110 110110 111001 1001011 11010

Color Harmonies of #767111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767111

Black with #767111

Text Example


Text Example

White with #767111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767111; }

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

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

background-color css

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

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

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

border-color css

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

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

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