Html Css Color HEX #767013 Olivetone

📋 copy color: '#767013'

red 118 ◦ green 112 ◦ blue 19

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

Shades of Olivetone #767013

Tints of Olivetone #767013

RGB

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

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

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

R = 47.39%
G = 44.98%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#767013 (or 0x767013) is known color: Olivetone. HEX triplet: 76, 70 and 13. RGB value is (118,112,19). Sum of RGB (Red+Green+Blue) = 118+112+19=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #767013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767013 is #898FEC. Grayscale: #676767. Windows color (decimal): -9015277 or 1273974. OLE color: 1273974.

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

Color convert

RGB 118 112 19 -
CMYK 0 0.05 0.84 0.54
HSL 56.36º 0.72% 0.27% -
HSV(B) 56.36º 0.84% 0.46% -
XYZ 13.38 15.49 2.9 -
YUV 103.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 118 112 19 0 0.05 0.84 0.54 56.36 0.72 0.27
Hex 76 70 13 0 5 54 36 38 48 1B
Octal 166 160 23 0 5 124 66 70 110 33
Binary 1110110 1110000 10011 0 101 1010100 110110 111000 1001000 11011

Color Harmonies of #767013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767013

Black with #767013

Text Example


Text Example

White with #767013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767013; }

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

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

background-color css

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

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

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

border-color css

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

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

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