#767715

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

Shades of Olivetone #767715

Tints of Olivetone #767715

Color information

#767715 (or 0x767715) is unknown color: approx Olivetone. HEX triplet: 76, 77 and 15. RGB value is (118,119,21). Sum of RGB (Red+Green+Blue) = 118+119+21=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #767715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767715 is #8988EA. Grayscale: #6B6B6B. Windows color (decimal): -9013483 or 1406838. OLE color: 1406838.

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

Color convert

RGB11811921-
CMYK0.0100.820.53
HSL60.61º70%27.45%-
HSV(B)60.61º82.35%46.67%-
XYZ14.217.13.26-
YUV107.5379.17135.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.74%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 21 (8.59% from 255) = 8.14%
R=45.74%
G=46.12%
B=8.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119210.0100.820.5360.617027.45
Hex7677151052353d461b
Octal1661672510122657510633
Binary1110110111011110101101010010110101111101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767715; }

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

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

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

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

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

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

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

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