Html Css Color HEX #766C26 Olivetone

📋 copy color: '#766C26'

red 118 ◦ green 108 ◦ blue 38

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

Shades of Olivetone #766C26

Tints of Olivetone #766C26

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.91%

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

R = 44.7%
G = 40.91%
B = 14.39%

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

#766C26 (or 0x766C26) is known color: Olivetone. HEX triplet: 76, 6C and 26. RGB value is (118,108,38). Sum of RGB (Red+Green+Blue) = 118+108+38=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #766C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C26 is #8993D9. Grayscale: #676767. Windows color (decimal): -9016282 or 2518134. OLE color: 2518134.

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

Color convert

RGB 118 108 38 -
CMYK 0 0.08 0.68 0.54
HSL 52.5º 0.51% 0.31% -
HSV(B) 52.5º 0.68% 0.46% -
XYZ 13.18 14.72 3.98 -
YUV 103.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 118 108 38 0 0.08 0.68 0.54 52.5 0.51 0.31
Hex 76 6C 26 0 8 44 36 34 33 1F
Octal 166 154 46 0 10 104 66 64 63 37
Binary 1110110 1101100 100110 0 1000 1000100 110110 110100 110011 11111

Color Harmonies of #766C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C26

Black with #766C26

Text Example


Text Example

White with #766C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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