#75782D

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

Shades of Olivetone #75782D

Tints of Olivetone #75782D

Color information

#75782D (or 0x75782D) is unknown color: approx Olivetone. HEX triplet: 75, 78 and 2D. RGB value is (117,120,45). Sum of RGB (Red+Green+Blue) = 117+120+45=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #75782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75782D is #8A87D2. Grayscale: #6E6E6E. Windows color (decimal): -9078739 or 2979957. OLE color: 2979957.

HSL color Cylindrical-coordinate representation of color #75782D: hue angle of 62.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75782D is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB11712045-
CMYK0.0200.630.53
HSL62.4º45.45%32.35%-
HSV(B)62.4º62.5%47.06%-
XYZ14.5317.45.08-
YUV110.5591.01132.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 120 (47.27% from 255) = 42.55%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=41.49%
G=42.55%
B=15.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120450.0200.630.5362.445.4532.35
Hex75782D203F353e2d20
Octal16517055207765765540
Binary11101011111000101101100111111110101111110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75782D; }

 p { color: rgb(117,120,45); }

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

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

 a { background-color: rgb(117,120,45); }

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

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

 span { border-color: rgb(117,120,45); }

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