Html Css Color HEX #767113 Olivetone

📋 copy color: '#767113'

red 118 ◦ green 113 ◦ blue 19

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

Shades of Olivetone #767113

Tints of Olivetone #767113

RGB

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

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

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

R = 47.2%
G = 45.2%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#767113 (or 0x767113) is known color: Olivetone. HEX triplet: 76, 71 and 13. RGB value is (118,113,19). Sum of RGB (Red+Green+Blue) = 118+113+19=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #767113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767113 is #898EEC. Grayscale: #686868. Windows color (decimal): -9015021 or 1274230. OLE color: 1274230.

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

Color convert

RGB 118 113 19 -
CMYK 0 0.04 0.84 0.54
HSL 56.97º 0.72% 0.27% -
HSV(B) 56.97º 0.84% 0.46% -
XYZ 13.49 15.71 2.94 -
YUV 103.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 118 113 19 0 0.04 0.84 0.54 56.97 0.72 0.27
Hex 76 71 13 0 4 54 36 39 48 1B
Octal 166 161 23 0 4 124 66 71 110 33
Binary 1110110 1110001 10011 0 100 1010100 110110 111001 1001000 11011

Color Harmonies of #767113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767113

Black with #767113

Text Example


Text Example

White with #767113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767113; }

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

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

background-color css

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

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

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

border-color css

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

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

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