Html Css Color HEX #767313 Olivetone

📋 copy color: '#767313'

red 118 ◦ green 115 ◦ blue 19

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

Shades of Olivetone #767313

Tints of Olivetone #767313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.63%

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 46.83%
G = 45.63%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#767313 (or 0x767313) is known color: Olivetone. HEX triplet: 76, 73 and 13. RGB value is (118,115,19). Sum of RGB (Red+Green+Blue) = 118+115+19=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #767313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767313 is #898CEC. Grayscale: #696969. Windows color (decimal): -9014509 or 1274742. OLE color: 1274742.

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

Color convert

RGB 118 115 19 -
CMYK 0 0.03 0.84 0.54
HSL 58.18º 0.72% 0.27% -
HSV(B) 58.18º 0.84% 0.46% -
XYZ 13.72 16.16 3.01 -
YUV 104.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 118 115 19 0 0.03 0.84 0.54 58.18 0.72 0.27
Hex 76 73 13 0 3 54 36 3A 48 1B
Octal 166 163 23 0 3 124 66 72 110 33
Binary 1110110 1110011 10011 0 11 1010100 110110 111010 1001000 11011

Color Harmonies of #767313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767313

Black with #767313

Text Example


Text Example

White with #767313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767313; }

 p { color: rgb(118,115,19); }

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

background-color css

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

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

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

border-color css

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

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

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