Html Css Color HEX #767014 Olivetone

📋 copy color: '#767014'

red 118 ◦ green 112 ◦ blue 20

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

Shades of Olivetone #767014

Tints of Olivetone #767014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8%

R = 47.2%
G = 44.8%
B = 8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#767014 (or 0x767014) is known color: Olivetone. HEX triplet: 76, 70 and 14. RGB value is (118,112,20). Sum of RGB (Red+Green+Blue) = 118+112+20=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #767014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767014 is #898FEB. Grayscale: #676767. Windows color (decimal): -9015276 or 1339510. OLE color: 1339510.

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

Color convert

RGB 118 112 20 -
CMYK 0 0.05 0.83 0.54
HSL 56.33º 0.71% 0.27% -
HSV(B) 56.33º 0.83% 0.46% -
XYZ 13.39 15.49 2.95 -
YUV 103.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 118 112 20 0 0.05 0.83 0.54 56.33 0.71 0.27
Hex 76 70 14 0 5 53 36 38 47 1B
Octal 166 160 24 0 5 123 66 70 107 33
Binary 1110110 1110000 10100 0 101 1010011 110110 111000 1000111 11011

Color Harmonies of #767014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767014

Black with #767014

Text Example


Text Example

White with #767014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767014; }

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

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

background-color css

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

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

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

border-color css

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

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

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