Html Css Color HEX #766A1D Olivetone

📋 copy color: '#766A1D'

red 118 ◦ green 106 ◦ blue 29

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

Shades of Olivetone #766A1D

Tints of Olivetone #766A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.9%

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

R = 46.64%
G = 41.9%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#766A1D (or 0x766A1D) is known color: Olivetone. HEX triplet: 76, 6A and 1D. RGB value is (118,106,29). Sum of RGB (Red+Green+Blue) = 118+106+29=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #766A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A1D is #8995E2. Grayscale: #656565. Windows color (decimal): -9016803 or 1927798. OLE color: 1927798.

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

Color convert

RGB 118 106 29 -
CMYK 0 0.10 0.75 0.54
HSL 51.91º 0.61% 0.29% -
HSV(B) 51.91º 0.75% 0.46% -
XYZ 12.85 14.25 3.24 -
YUV 100.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 118 106 29 0 0.10 0.75 0.54 51.91 0.61 0.29
Hex 76 6A 1D 0 A 4B 36 34 3D 1D
Octal 166 152 35 0 12 113 66 64 75 35
Binary 1110110 1101010 11101 0 1010 1001011 110110 110100 111101 11101

Color Harmonies of #766A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A1D

Black with #766A1D

Text Example


Text Example

White with #766A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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