Html Css Color HEX #766D1D Olivetone

📋 copy color: '#766D1D'

red 118 ◦ green 109 ◦ blue 29

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

Shades of Olivetone #766D1D

Tints of Olivetone #766D1D

RGB

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

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

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

R = 46.09%
G = 42.58%
B = 11.33%

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

#766D1D (or 0x766D1D) is known color: Olivetone. HEX triplet: 76, 6D and 1D. RGB value is (118,109,29). Sum of RGB (Red+Green+Blue) = 118+109+29=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #766D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D1D is #8992E2. Grayscale: #666666. Windows color (decimal): -9016035 or 1928566. OLE color: 1928566.

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

Color convert

RGB 118 109 29 -
CMYK 0 0.08 0.75 0.54
HSL 53.93º 0.61% 0.29% -
HSV(B) 53.93º 0.75% 0.46% -
XYZ 13.16 14.88 3.34 -
YUV 102.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 118 109 29 0 0.08 0.75 0.54 53.93 0.61 0.29
Hex 76 6D 1D 0 8 4B 36 36 3D 1D
Octal 166 155 35 0 10 113 66 66 75 35
Binary 1110110 1101101 11101 0 1000 1001011 110110 110110 111101 11101

Color Harmonies of #766D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D1D

Black with #766D1D

Text Example


Text Example

White with #766D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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