#75782A

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

Shades of Olivetone #75782A

Tints of Olivetone #75782A

Color information

#75782A (or 0x75782A) is unknown color: approx Olivetone. HEX triplet: 75, 78 and 2A. RGB value is (117,120,42). Sum of RGB (Red+Green+Blue) = 117+120+42=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #75782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75782A is #8A87D5. Grayscale: #6E6E6E. Windows color (decimal): -9078742 or 2783349. OLE color: 2783349.

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

Color convert

RGB11712042-
CMYK0.0200.650.53
HSL62.31º48.15%31.76%-
HSV(B)62.31º65%47.06%-
XYZ14.4717.384.78-
YUV110.2189.51132.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=41.94%
G=43.01%
B=15.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120420.0200.650.5362.3148.1531.76
Hex75782A2041353e3020
Octal165170522010165766040
Binary111010111110001010101001000001110101111110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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