#756D25

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

Shades of Olivetone #756D25

Tints of Olivetone #756D25

Color information

#756D25 (or 0x756D25) is unknown color: approx Olivetone. HEX triplet: 75, 6D and 25. RGB value is (117,109,37). Sum of RGB (Red+Green+Blue) = 117+109+37=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #756D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D25 is #8A92DA. Grayscale: #676767. Windows color (decimal): -9081563 or 2452853. OLE color: 2452853.

HSL color Cylindrical-coordinate representation of color #756D25: hue angle of 54º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #756D25 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB11710937-
CMYK00.070.680.54
HSL54º51.95%30.2%-
HSV(B)54º68.38%45.88%-
XYZ13.1414.853.92-
YUV103.1890.65137.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 109 (42.97% from 255) = 41.44%
BLUE value IS 37 (14.84% from 255) = 14.07%
R=44.49%
G=41.44%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171093700.070.680.545451.9530.2
Hex756D2507443636341e
Octal165155450710466666436
Binary111010111011011001010111100010011011011011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756D25; }

 p { color: rgb(117,109,37); }

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

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

 a { background-color: rgb(117,109,37); }

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

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

 span { border-color: rgb(117,109,37); }

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