Html Css Color HEX #766D1A Olivetone

📋 copy color: '#766D1A'

red 118 ◦ green 109 ◦ blue 26

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

Shades of Olivetone #766D1A

Tints of Olivetone #766D1A

RGB

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

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

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

R = 46.64%
G = 43.08%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#766D1A (or 0x766D1A) is known color: Olivetone. HEX triplet: 76, 6D and 1A. RGB value is (118,109,26). Sum of RGB (Red+Green+Blue) = 118+109+26=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #766D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D1A is #8992E5. Grayscale: #666666. Windows color (decimal): -9016038 or 1731958. OLE color: 1731958.

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

Color convert

RGB 118 109 26 -
CMYK 0 0.08 0.78 0.54
HSL 54.13º 0.64% 0.28% -
HSV(B) 54.13º 0.78% 0.46% -
XYZ 13.13 14.86 3.15 -
YUV 102.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 118 109 26 0 0.08 0.78 0.54 54.13 0.64 0.28
Hex 76 6D 1A 0 8 4E 36 36 40 1C
Octal 166 155 32 0 10 116 66 66 100 34
Binary 1110110 1101101 11010 0 1000 1001110 110110 110110 1000000 11100

Color Harmonies of #766D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D1A

Black with #766D1A

Text Example


Text Example

White with #766D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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