Html Css Color HEX #766D1E Olivetone

📋 copy color: '#766D1E'

red 118 ◦ green 109 ◦ blue 30

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

Shades of Olivetone #766D1E

Tints of Olivetone #766D1E

RGB

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

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

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

R = 45.91%
G = 42.41%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#766D1E (or 0x766D1E) is known color: Olivetone. HEX triplet: 76, 6D and 1E. RGB value is (118,109,30). Sum of RGB (Red+Green+Blue) = 118+109+30=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D1E is #8992E1. Grayscale: #676767. Windows color (decimal): -9016034 or 1994102. OLE color: 1994102.

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

Color convert

RGB 118 109 30 -
CMYK 0 0.08 0.75 0.54
HSL 53.86º 0.59% 0.29% -
HSV(B) 53.86º 0.75% 0.46% -
XYZ 13.17 14.88 3.41 -
YUV 102.69 86.98 138.92 -
System Red Green Blue C M Y K H S L
Decimal 118 109 30 0 0.08 0.75 0.54 53.86 0.59 0.29
Hex 76 6D 1E 0 8 4B 36 36 3B 1D
Octal 166 155 36 0 10 113 66 66 73 35
Binary 1110110 1101101 11110 0 1000 1001011 110110 110110 111011 11101

Color Harmonies of #766D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D1E

Black with #766D1E

Text Example


Text Example

White with #766D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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