#75781E

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

Shades of Olivetone #75781E

Tints of Olivetone #75781E

Color information

#75781E (or 0x75781E) is unknown color: approx Olivetone. HEX triplet: 75, 78 and 1E. RGB value is (117,120,30). Sum of RGB (Red+Green+Blue) = 117+120+30=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #75781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75781E is #8A87E1. Grayscale: #6D6D6D. Windows color (decimal): -9078754 or 1996917. OLE color: 1996917.

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

Color convert

RGB11712030-
CMYK0.0200.750.53
HSL62º60%29.41%-
HSV(B)62º75%47.06%-
XYZ14.2917.313.82-
YUV108.8483.51133.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 30 (12.11% from 255) = 11.24%
R=43.82%
G=44.94%
B=11.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120300.0200.750.53626029.41
Hex75781E204B353e3c1d
Octal165170362011365767435
Binary1110101111100011110100100101111010111111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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