Html Css Color HEX #766E1C Olivetone

📋 copy color: '#766E1C'

red 118 ◦ green 110 ◦ blue 28

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

Shades of Olivetone #766E1C

Tints of Olivetone #766E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 46.09%
G = 42.97%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#766E1C (or 0x766E1C) is known color: Olivetone. HEX triplet: 76, 6E and 1C. RGB value is (118,110,28). Sum of RGB (Red+Green+Blue) = 118+110+28=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #766E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E1C is #8991E3. Grayscale: #676767. Windows color (decimal): -9015780 or 1863286. OLE color: 1863286.

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

Color convert

RGB 118 110 28 -
CMYK 0 0.07 0.76 0.54
HSL 54.67º 0.62% 0.29% -
HSV(B) 54.67º 0.76% 0.46% -
XYZ 13.26 15.09 3.31 -
YUV 103.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 118 110 28 0 0.07 0.76 0.54 54.67 0.62 0.29
Hex 76 6E 1C 0 7 4C 36 37 3E 1D
Octal 166 156 34 0 7 114 66 67 76 35
Binary 1110110 1101110 11100 0 111 1001100 110110 110111 111110 11101

Color Harmonies of #766E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E1C

Black with #766E1C

Text Example


Text Example

White with #766E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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