Html Css Color HEX #767329 Olivetone

📋 copy color: '#767329'

red 118 ◦ green 115 ◦ blue 41

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

Shades of Olivetone #767329

Tints of Olivetone #767329

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.97%

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 43.07%
G = 41.97%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#767329 (or 0x767329) is known color: Olivetone. HEX triplet: 76, 73 and 29. RGB value is (118,115,41). Sum of RGB (Red+Green+Blue) = 118+115+41=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #767329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767329 is #898CD6. Grayscale: #6B6B6B. Windows color (decimal): -9014487 or 2716534. OLE color: 2716534.

HSL color Cylindrical-coordinate representation of color #767329: hue angle of 57.66º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #767329 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 41 -
CMYK 0 0.03 0.65 0.54
HSL 57.66º 0.48% 0.31% -
HSV(B) 57.66º 0.65% 0.46% -
XYZ 14 16.27 4.5 -
YUV 107.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 118 115 41 0 0.03 0.65 0.54 57.66 0.48 0.31
Hex 76 73 29 0 3 41 36 3A 30 1F
Octal 166 163 51 0 3 101 66 72 60 37
Binary 1110110 1110011 101001 0 11 1000001 110110 111010 110000 11111

Color Harmonies of #767329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767329

Black with #767329

Text Example


Text Example

White with #767329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767329; }

 p { color: rgb(118,115,41); }

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

background-color css

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

 a { background-color: rgb(118,115,41); }

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

border-color css

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

 span { border-color: rgb(118,115,41); }

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