Html Css Color HEX #766E1E Olivetone

📋 copy color: '#766E1E'

red 118 ◦ green 110 ◦ blue 30

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

Shades of Olivetone #766E1E

Tints of Olivetone #766E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 45.74%
G = 42.64%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#766E1E (or 0x766E1E) is known color: Olivetone. HEX triplet: 76, 6E and 1E. RGB value is (118,110,30). Sum of RGB (Red+Green+Blue) = 118+110+30=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #766E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E1E is #8991E1. Grayscale: #676767. Windows color (decimal): -9015778 or 1994358. OLE color: 1994358.

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

Color convert

RGB 118 110 30 -
CMYK 0 0.07 0.75 0.54
HSL 54.55º 0.59% 0.29% -
HSV(B) 54.55º 0.75% 0.46% -
XYZ 13.28 15.1 3.44 -
YUV 103.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 118 110 30 0 0.07 0.75 0.54 54.55 0.59 0.29
Hex 76 6E 1E 0 7 4B 36 37 3B 1D
Octal 166 156 36 0 7 113 66 67 73 35
Binary 1110110 1101110 11110 0 111 1001011 110110 110111 111011 11101

Color Harmonies of #766E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E1E

Black with #766E1E

Text Example


Text Example

White with #766E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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