Html Css Color HEX #766E27 Olivetone

📋 copy color: '#766E27'

red 118 ◦ green 110 ◦ blue 39

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

Shades of Olivetone #766E27

Tints of Olivetone #766E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.61%

R = 44.19%
G = 41.2%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#766E27 (or 0x766E27) is known color: Olivetone. HEX triplet: 76, 6E and 27. RGB value is (118,110,39). Sum of RGB (Red+Green+Blue) = 118+110+39=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #766E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E27 is #8991D8. Grayscale: #686868. Windows color (decimal): -9015769 or 2584182. OLE color: 2584182.

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

Color convert

RGB 118 110 39 -
CMYK 0 0.07 0.67 0.54
HSL 53.92º 0.5% 0.31% -
HSV(B) 53.92º 0.67% 0.46% -
XYZ 13.41 15.15 4.14 -
YUV 104.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 118 110 39 0 0.07 0.67 0.54 53.92 0.5 0.31
Hex 76 6E 27 0 7 43 36 36 32 1F
Octal 166 156 47 0 7 103 66 66 62 37
Binary 1110110 1101110 100111 0 111 1000011 110110 110110 110010 11111

Color Harmonies of #766E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E27

Black with #766E27

Text Example


Text Example

White with #766E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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