Html Css Color HEX #767016 Olivetone

📋 copy color: '#767016'

red 118 ◦ green 112 ◦ blue 22

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

Shades of Olivetone #767016

Tints of Olivetone #767016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 46.83%
G = 44.44%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#767016 (or 0x767016) is known color: Olivetone. HEX triplet: 76, 70 and 16. RGB value is (118,112,22). Sum of RGB (Red+Green+Blue) = 118+112+22=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #767016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767016 is #898FE9. Grayscale: #676767. Windows color (decimal): -9015274 or 1470582. OLE color: 1470582.

HSL color Cylindrical-coordinate representation of color #767016: hue angle of 56.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #767016 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 22 -
CMYK 0 0.05 0.81 0.54
HSL 56.25º 0.69% 0.27% -
HSV(B) 56.25º 0.81% 0.46% -
XYZ 13.41 15.5 3.04 -
YUV 103.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 118 112 22 0 0.05 0.81 0.54 56.25 0.69 0.27
Hex 76 70 16 0 5 51 36 38 45 1B
Octal 166 160 26 0 5 121 66 70 105 33
Binary 1110110 1110000 10110 0 101 1010001 110110 111000 1000101 11011

Color Harmonies of #767016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767016

Black with #767016

Text Example


Text Example

White with #767016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767016; }

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

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

background-color css

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

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

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

border-color css

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

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

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