Html Css Color HEX #766E19 Olivetone

📋 copy color: '#766E19'

red 118 ◦ green 110 ◦ blue 25

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

Shades of Olivetone #766E19

Tints of Olivetone #766E19

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.48%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 46.64%
G = 43.48%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#766E19 (or 0x766E19) is known color: Olivetone. HEX triplet: 76, 6E and 19. RGB value is (118,110,25). Sum of RGB (Red+Green+Blue) = 118+110+25=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #766E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E19 is #8991E6. Grayscale: #676767. Windows color (decimal): -9015783 or 1666678. OLE color: 1666678.

HSL color Cylindrical-coordinate representation of color #766E19: hue angle of 54.84º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #766E19 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 110 25 -
CMYK 0 0.07 0.79 0.54
HSL 54.84º 0.65% 0.28% -
HSV(B) 54.84º 0.79% 0.46% -
XYZ 13.22 15.07 3.13 -
YUV 102.7 84.15 138.91 -
System Red Green Blue C M Y K H S L
Decimal 118 110 25 0 0.07 0.79 0.54 54.84 0.65 0.28
Hex 76 6E 19 0 7 4F 36 37 41 1C
Octal 166 156 31 0 7 117 66 67 101 34
Binary 1110110 1101110 11001 0 111 1001111 110110 110111 1000001 11100

Color Harmonies of #766E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E19

Black with #766E19

Text Example


Text Example

White with #766E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,110,25); }

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

background-color css

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

 a { background-color: rgb(118,110,25); }

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

border-color css

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

 span { border-color: rgb(118,110,25); }

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