#756919

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

Shades of Olivetone #756919

Tints of Olivetone #756919

Color information

#756919 (or 0x756919) is unknown color: approx Olivetone. HEX triplet: 75, 69 and 19. RGB value is (117,105,25). Sum of RGB (Red+Green+Blue) = 117+105+25=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #756919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756919 is #8A96E6. Grayscale: #636363. Windows color (decimal): -9082599 or 1665397. OLE color: 1665397.

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

Color convert

RGB11710525-
CMYK00.100.790.54
HSL52.17º64.79%27.84%-
HSV(B)52.17º78.63%45.88%-
XYZ12.5613.962.95-
YUV99.4785.98140.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 25 (10.16% from 255) = 10.12%
R=47.37%
G=42.51%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171052500.100.790.5452.1764.7927.84
Hex7569190A4F3634411c
Octal16515131012117666410134
Binary1110101110100111001010101001111110110110100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756919; }

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

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

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

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

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

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

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

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