Html Css Color HEX #766E1A Olivetone

📋 copy color: '#766E1A'

red 118 ◦ green 110 ◦ blue 26

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

Shades of Olivetone #766E1A

Tints of Olivetone #766E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.24%

R = 46.46%
G = 43.31%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#766E1A (or 0x766E1A) is known color: Olivetone. HEX triplet: 76, 6E and 1A. RGB value is (118,110,26). Sum of RGB (Red+Green+Blue) = 118+110+26=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #766E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E1A is #8991E5. Grayscale: #676767. Windows color (decimal): -9015782 or 1732214. OLE color: 1732214.

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

Color convert

RGB 118 110 26 -
CMYK 0 0.07 0.78 0.54
HSL 54.78º 0.64% 0.28% -
HSV(B) 54.78º 0.78% 0.46% -
XYZ 13.23 15.08 3.19 -
YUV 102.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 118 110 26 0 0.07 0.78 0.54 54.78 0.64 0.28
Hex 76 6E 1A 0 7 4E 36 37 40 1C
Octal 166 156 32 0 7 116 66 67 100 34
Binary 1110110 1101110 11010 0 111 1001110 110110 110111 1000000 11100

Color Harmonies of #766E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E1A

Black with #766E1A

Text Example


Text Example

White with #766E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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