Html Css Color HEX #766F1D Olivetone

📋 copy color: '#766F1D'

red 118 ◦ green 111 ◦ blue 29

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

Shades of Olivetone #766F1D

Tints of Olivetone #766F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.02%

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 45.74%
G = 43.02%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#766F1D (or 0x766F1D) is known color: Olivetone. HEX triplet: 76, 6F and 1D. RGB value is (118,111,29). Sum of RGB (Red+Green+Blue) = 118+111+29=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #766F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F1D is #8990E2. Grayscale: #686868. Windows color (decimal): -9015523 or 1929078. OLE color: 1929078.

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

Color convert

RGB 118 111 29 -
CMYK 0 0.06 0.75 0.54
HSL 55.28º 0.61% 0.29% -
HSV(B) 55.28º 0.75% 0.46% -
XYZ 13.38 15.31 3.41 -
YUV 103.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 118 111 29 0 0.06 0.75 0.54 55.28 0.61 0.29
Hex 76 6F 1D 0 6 4B 36 37 3D 1D
Octal 166 157 35 0 6 113 66 67 75 35
Binary 1110110 1101111 11101 0 110 1001011 110110 110111 111101 11101

Color Harmonies of #766F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F1D

Black with #766F1D

Text Example


Text Example

White with #766F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,29); }

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

background-color css

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

 a { background-color: rgb(118,111,29); }

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

border-color css

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

 span { border-color: rgb(118,111,29); }

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