#757623

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

Shades of Olivetone #757623

Tints of Olivetone #757623

Color information

#757623 (or 0x757623) is unknown color: approx Olivetone. HEX triplet: 75, 76 and 23. RGB value is (117,118,35). Sum of RGB (Red+Green+Blue) = 117+118+35=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #757623 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757623 is #8A89DC. Grayscale: #6C6C6C. Windows color (decimal): -9079261 or 2324085. OLE color: 2324085.

HSL color Cylindrical-coordinate representation of color #757623: hue angle of 60.72º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #757623 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB11711835-
CMYK0.0100.700.54
HSL60.72º54.25%30%-
HSV(B)60.72º70.34%46.27%-
XYZ14.1216.864.1-
YUV108.2486.67134.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 35 (14.06% from 255) = 12.96%
R=43.33%
G=43.70%
B=12.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118350.0100.700.5460.7254.2530
Hex7576231046363d361e
Octal165166431010666756636
Binary1110101111011010001110100011011011011110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757623; }

 p { color: rgb(117,118,35); }

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

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

 a { background-color: rgb(117,118,35); }

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

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

 span { border-color: rgb(117,118,35); }

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