Html Css Color HEX #766D26 Olivetone

📋 copy color: '#766D26'

red 118 ◦ green 109 ◦ blue 38

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

Shades of Olivetone #766D26

Tints of Olivetone #766D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 44.53%
G = 41.13%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#766D26 (or 0x766D26) is known color: Olivetone. HEX triplet: 76, 6D and 26. RGB value is (118,109,38). Sum of RGB (Red+Green+Blue) = 118+109+38=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #766D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D26 is #8992D9. Grayscale: #676767. Windows color (decimal): -9016026 or 2518390. OLE color: 2518390.

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

Color convert

RGB 118 109 38 -
CMYK 0 0.08 0.68 0.54
HSL 53.25º 0.51% 0.31% -
HSV(B) 53.25º 0.68% 0.46% -
XYZ 13.29 14.93 4.01 -
YUV 103.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 118 109 38 0 0.08 0.68 0.54 53.25 0.51 0.31
Hex 76 6D 26 0 8 44 36 35 33 1F
Octal 166 155 46 0 10 104 66 65 63 37
Binary 1110110 1101101 100110 0 1000 1000100 110110 110101 110011 11111

Color Harmonies of #766D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D26

Black with #766D26

Text Example


Text Example

White with #766D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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