#75782B

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

Shades of Olivetone #75782B

Tints of Olivetone #75782B

Color information

#75782B (or 0x75782B) is unknown color: approx Olivetone. HEX triplet: 75, 78 and 2B. RGB value is (117,120,43). Sum of RGB (Red+Green+Blue) = 117+120+43=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #75782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75782B is #8A87D4. Grayscale: #6E6E6E. Windows color (decimal): -9078741 or 2848885. OLE color: 2848885.

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

Color convert

RGB11712043-
CMYK0.0200.640.53
HSL62.34º47.24%31.96%-
HSV(B)62.34º64.17%47.06%-
XYZ14.4917.394.88-
YUV110.3290.01132.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 43 (17.19% from 255) = 15.36%
R=41.79%
G=42.86%
B=15.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120430.0200.640.5362.3447.2431.96
Hex75782B2040353e2f20
Octal165170532010065765740
Binary111010111110001010111001000000110101111110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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