Html Css Color HEX #766D13 Olivetone

📋 copy color: '#766D13'

red 118 ◦ green 109 ◦ blue 19

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

Shades of Olivetone #766D13

Tints of Olivetone #766D13

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.31%

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

R = 47.97%
G = 44.31%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#766D13 (or 0x766D13) is known color: Olivetone. HEX triplet: 76, 6D and 13. RGB value is (118,109,19). Sum of RGB (Red+Green+Blue) = 118+109+19=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #766D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D13 is #8992EC. Grayscale: #656565. Windows color (decimal): -9016045 or 1273206. OLE color: 1273206.

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

Color convert

RGB 118 109 19 -
CMYK 0 0.08 0.84 0.54
HSL 54.55º 0.72% 0.27% -
HSV(B) 54.55º 0.84% 0.46% -
XYZ 13.06 14.84 2.79 -
YUV 101.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 118 109 19 0 0.08 0.84 0.54 54.55 0.72 0.27
Hex 76 6D 13 0 8 54 36 37 48 1B
Octal 166 155 23 0 10 124 66 67 110 33
Binary 1110110 1101101 10011 0 1000 1010100 110110 110111 1001000 11011

Color Harmonies of #766D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D13

Black with #766D13

Text Example


Text Example

White with #766D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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