#75930F

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

Shades of Olive Drab #75930F

Tints of Olive Drab #75930F

Color information

#75930F (or 0x75930F) is unknown color: approx Olive Drab. HEX triplet: 75, 93 and 0F. RGB value is (117,147,15). Sum of RGB (Red+Green+Blue) = 117+147+15=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #75930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75930F is #8A6CF0. Grayscale: #7B7B7B. Windows color (decimal): -9071857 or 1020789. OLE color: 1020789.

HSL color Cylindrical-coordinate representation of color #75930F: hue angle of 73.64º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75930F is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB11714715-
CMYK0.2000.900.42
HSL73.64º81.48%31.76%-
HSV(B)73.64º89.8%57.65%-
XYZ17.8624.684.28-
YUV122.9867.06123.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 15 (6.25% from 255) = 5.38%
R=41.94%
G=52.69%
B=5.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147150.2000.900.4273.6481.4831.76
Hex7593F1405A2A4a5120
Octal165223172401325211212140
Binary1110101100100111111101000101101010101010010101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75930F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,147,15); }

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

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

 a { background-color: rgb(117,147,15); }

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

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

 span { border-color: rgb(117,147,15); }

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