Html Css Color HEX #767114 Olivetone

📋 copy color: '#767114'

red 118 ◦ green 113 ◦ blue 20

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

Shades of Olivetone #767114

Tints of Olivetone #767114

RGB

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

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

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

R = 47.01%
G = 45.02%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#767114 (or 0x767114) is known color: Olivetone. HEX triplet: 76, 71 and 14. RGB value is (118,113,20). Sum of RGB (Red+Green+Blue) = 118+113+20=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #767114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767114 is #898EEB. Grayscale: #686868. Windows color (decimal): -9015020 or 1339766. OLE color: 1339766.

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

Color convert

RGB 118 113 20 -
CMYK 0 0.04 0.83 0.54
HSL 56.94º 0.71% 0.27% -
HSV(B) 56.94º 0.83% 0.46% -
XYZ 13.5 15.71 2.98 -
YUV 103.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 118 113 20 0 0.04 0.83 0.54 56.94 0.71 0.27
Hex 76 71 14 0 4 53 36 39 47 1B
Octal 166 161 24 0 4 123 66 71 107 33
Binary 1110110 1110001 10100 0 100 1010011 110110 111001 1000111 11011

Color Harmonies of #767114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767114

Black with #767114

Text Example


Text Example

White with #767114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767114; }

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

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

background-color css

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

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

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

border-color css

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

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

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