#767729

Color #767729 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #767729

Tints of Olivetone #767729

Color information

#767729 (or 0x767729) is unknown color: approx Olivetone. HEX triplet: 76, 77 and 29. RGB value is (118,119,41). Sum of RGB (Red+Green+Blue) = 118+119+41=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #767729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767729 is #8988D6. Grayscale: #6E6E6E. Windows color (decimal): -9013463 or 2717558. OLE color: 2717558.

HSL color Cylindrical-coordinate representation of color #767729: hue angle of 60.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #767729 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB11811941-
CMYK0.0100.660.53
HSL60.77º48.75%31.37%-
HSV(B)60.77º65.55%46.67%-
XYZ14.4717.214.66-
YUV109.8189.17133.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 41 (16.41% from 255) = 14.75%
R=42.45%
G=42.81%
B=14.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119410.0100.660.5360.7748.7531.37
Hex7677291042353d311f
Octal166167511010265756137
Binary1110110111011110100110100001011010111110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767729; }

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

 H1.HeaderClassName
 {
   color: #767729;
 }
 .AnyTagClassName
 {
   color: #767729;
 }
</style>
background-color css

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

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

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

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

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

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