Html Css Color HEX #767115 Olivetone

📋 copy color: '#767115'

red 118 ◦ green 113 ◦ blue 21

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

Shades of Olivetone #767115

Tints of Olivetone #767115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 46.83%
G = 44.84%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#767115 (or 0x767115) is known color: Olivetone. HEX triplet: 76, 71 and 15. RGB value is (118,113,21). Sum of RGB (Red+Green+Blue) = 118+113+21=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #767115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767115 is #898EEA. Grayscale: #686868. Windows color (decimal): -9015019 or 1405302. OLE color: 1405302.

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

Color convert

RGB 118 113 21 -
CMYK 0 0.04 0.82 0.54
HSL 56.91º 0.7% 0.27% -
HSV(B) 56.91º 0.82% 0.46% -
XYZ 13.51 15.72 3.03 -
YUV 104.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 118 113 21 0 0.04 0.82 0.54 56.91 0.7 0.27
Hex 76 71 15 0 4 52 36 39 46 1B
Octal 166 161 25 0 4 122 66 71 106 33
Binary 1110110 1110001 10101 0 100 1010010 110110 111001 1000110 11011

Color Harmonies of #767115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767115

Black with #767115

Text Example


Text Example

White with #767115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767115; }

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

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

background-color css

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

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

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

border-color css

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

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

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