#75781F

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

Shades of Olivetone #75781F

Tints of Olivetone #75781F

Color information

#75781F (or 0x75781F) is unknown color: approx Olivetone. HEX triplet: 75, 78 and 1F. RGB value is (117,120,31). Sum of RGB (Red+Green+Blue) = 117+120+31=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #75781F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75781F is #8A87E0. Grayscale: #6D6D6D. Windows color (decimal): -9078753 or 2062453. OLE color: 2062453.

HSL color Cylindrical-coordinate representation of color #75781F: hue angle of 62.02º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75781F is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB11712031-
CMYK0.0200.740.53
HSL62.02º58.94%29.61%-
HSV(B)62.02º74.17%47.06%-
XYZ14.317.313.88-
YUV108.9684.01133.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 120 (47.27% from 255) = 44.78%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=43.66%
G=44.78%
B=11.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120310.0200.740.5362.0258.9429.61
Hex75781F204A353e3b1e
Octal165170372011265767336
Binary1110101111100011111100100101011010111111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75781F; }

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

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

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

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

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

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

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

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