#757719

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

Shades of Olivetone #757719

Tints of Olivetone #757719

Color information

#757719 (or 0x757719) is unknown color: approx Olivetone. HEX triplet: 75, 77 and 19. RGB value is (117,119,25). Sum of RGB (Red+Green+Blue) = 117+119+25=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #757719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757719 is #8A88E6. Grayscale: #6C6C6C. Windows color (decimal): -9079015 or 1668981. OLE color: 1668981.

HSL color Cylindrical-coordinate representation of color #757719: hue angle of 61.28º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #757719 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB11711925-
CMYK0.0200.790.53
HSL61.28º65.28%28.24%-
HSV(B)61.28º78.99%46.67%-
XYZ14.1117.053.47-
YUV107.6981.34134.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 25 (10.16% from 255) = 9.58%
R=44.83%
G=45.59%
B=9.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119250.0200.790.5361.2865.2828.24
Hex757719204F353d411c
Octal1651673120117657510134
Binary11101011110111110011001001111110101111101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757719; }

 p { color: rgb(117,119,25); }

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

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

 a { background-color: rgb(117,119,25); }

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

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

 span { border-color: rgb(117,119,25); }

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