#75940E

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

Shades of Olive Drab #75940E

Tints of Olive Drab #75940E

Color information

#75940E (or 0x75940E) is unknown color: approx Olive Drab. HEX triplet: 75, 94 and 0E. RGB value is (117,148,14). Sum of RGB (Red+Green+Blue) = 117+148+14=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #75940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75940E is #8A6BF1. Grayscale: #7B7B7B. Windows color (decimal): -9071602 or 955509. OLE color: 955509.

HSL color Cylindrical-coordinate representation of color #75940E: hue angle of 73.88º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75940E is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB11714814-
CMYK0.2100.910.42
HSL73.88º82.72%31.76%-
HSV(B)73.88º90.54%58.04%-
XYZ18.0124.994.29-
YUV123.4566.23123.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 148 (58.20% from 255) = 53.05%
BLUE value IS 14 (5.86% from 255) = 5.02%
R=41.94%
G=53.05%
B=5.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117148140.2100.910.4273.8882.7231.76
Hex7594E1505B2A4a5320
Octal165224162501335211212340
Binary1110101100101001110101010101101110101010010101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,148,14); }

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

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

 a { background-color: rgb(117,148,14); }

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

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

 span { border-color: rgb(117,148,14); }

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