Html Css Color HEX #767616 Olivetone

📋 copy color: '#767616'

red 118 ◦ green 118 ◦ blue 22

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

Shades of Olivetone #767616

Tints of Olivetone #767616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.74%

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

R = 45.74%
G = 45.74%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#767616 (or 0x767616) is known color: Olivetone. HEX triplet: 76, 76 and 16. RGB value is (118,118,22). Sum of RGB (Red+Green+Blue) = 118+118+22=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767616 is #8989E9. Grayscale: #6B6B6B. Windows color (decimal): -9013738 or 1472118. OLE color: 1472118.

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

Color convert

RGB 118 118 22 -
CMYK 0 0 0.81 0.54
HSL 60º 0.69% 0.27% -
HSV(B) 60º 0.81% 0.46% -
XYZ 14.09 16.87 3.27 -
YUV 107.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 118 118 22 0 0 0.81 0.54 60 0.69 0.27
Hex 76 76 16 0 0 51 36 3C 45 1B
Octal 166 166 26 0 0 121 66 74 105 33
Binary 1110110 1110110 10110 0 0 1010001 110110 111100 1000101 11011

Color Harmonies of #767616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767616

Black with #767616

Text Example


Text Example

White with #767616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767616; }

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

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

background-color css

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

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

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

border-color css

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

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

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