Html Css Color HEX #767110 Olivetone

📋 copy color: '#767110'

red 118 ◦ green 113 ◦ blue 16

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

Shades of Olivetone #767110

Tints of Olivetone #767110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 47.77%
G = 45.75%
B = 6.48%

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

#767110 (or 0x767110) is known color: Olivetone. HEX triplet: 76, 71 and 10. RGB value is (118,113,16). Sum of RGB (Red+Green+Blue) = 118+113+16=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #767110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767110 is #898EEF. Grayscale: #676767. Windows color (decimal): -9015024 or 1077622. OLE color: 1077622.

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

Color convert

RGB 118 113 16 -
CMYK 0 0.04 0.86 0.54
HSL 57.06º 0.76% 0.26% -
HSV(B) 57.06º 0.86% 0.46% -
XYZ 13.47 15.7 2.81 -
YUV 103.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 118 113 16 0 0.04 0.86 0.54 57.06 0.76 0.26
Hex 76 71 10 0 4 56 36 39 4C 1A
Octal 166 161 20 0 4 126 66 71 114 32
Binary 1110110 1110001 10000 0 100 1010110 110110 111001 1001100 11010

Color Harmonies of #767110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767110

Black with #767110

Text Example


Text Example

White with #767110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767110; }

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

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

background-color css

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

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

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

border-color css

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

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

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