Html Css Color HEX #767010 Olivetone

📋 copy color: '#767010'

red 118 ◦ green 112 ◦ blue 16

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

Shades of Olivetone #767010

Tints of Olivetone #767010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

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

R = 47.97%
G = 45.53%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#767010 (or 0x767010) is known color: Olivetone. HEX triplet: 76, 70 and 10. RGB value is (118,112,16). Sum of RGB (Red+Green+Blue) = 118+112+16=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #767010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767010 is #898FEF. Grayscale: #676767. Windows color (decimal): -9015280 or 1077366. OLE color: 1077366.

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

Color convert

RGB 118 112 16 -
CMYK 0 0.05 0.86 0.54
HSL 56.47º 0.76% 0.26% -
HSV(B) 56.47º 0.86% 0.46% -
XYZ 13.36 15.48 2.77 -
YUV 102.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 118 112 16 0 0.05 0.86 0.54 56.47 0.76 0.26
Hex 76 70 10 0 5 56 36 38 4C 1A
Octal 166 160 20 0 5 126 66 70 114 32
Binary 1110110 1110000 10000 0 101 1010110 110110 111000 1001100 11010

Color Harmonies of #767010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767010

Black with #767010

Text Example


Text Example

White with #767010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767010; }

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

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

background-color css

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

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

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

border-color css

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

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

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