#767728

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

Shades of Olivetone #767728

Tints of Olivetone #767728

Color information

#767728 (or 0x767728) is unknown color: approx Olivetone. HEX triplet: 76, 77 and 28. RGB value is (118,119,40). Sum of RGB (Red+Green+Blue) = 118+119+40=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #767728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767728 is #8988D7. Grayscale: #6E6E6E. Windows color (decimal): -9013464 or 2652022. OLE color: 2652022.

HSL color Cylindrical-coordinate representation of color #767728: hue angle of 60.76º degrees, saturation: 0.5, 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 #767728 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB11811940-
CMYK0.0100.660.53
HSL60.76º49.69%31.18%-
HSV(B)60.76º66.39%46.67%-
XYZ14.4517.24.57-
YUV109.788.67133.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=42.60%
G=42.96%
B=14.44%

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
Decimal118119400.0100.660.5360.7649.6931.18
Hex7677281042353d321f
Octal166167501010265756237
Binary1110110111011110100010100001011010111110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767728; }

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

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

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

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

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

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

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

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