#758C2A

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

Shades of Olive Drab #758C2A

Tints of Olive Drab #758C2A

Color information

#758C2A (or 0x758C2A) is unknown color: approx Olive Drab. HEX triplet: 75, 8C and 2A. RGB value is (117,140,42). Sum of RGB (Red+Green+Blue) = 117+140+42=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 140 - color contains mainly: green. Hex color #758C2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758C2A is #8A73D5. Grayscale: #7A7A7A. Windows color (decimal): -9073622 or 2788469. OLE color: 2788469.

HSL color Cylindrical-coordinate representation of color #758C2A: hue angle of 74.08º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #758C2A is Cyan = 0.16, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.45.

Color convert

RGB11714042-
CMYK0.1600.70.45
HSL74.08º53.85%35.69%-
HSV(B)74.08º70%54.9%-
XYZ17.1322.715.67-
YUV121.9582.88124.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 140 (55.08% from 255) = 46.82%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=39.13%
G=46.82%
B=14.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117140420.1600.70.4574.0853.8535.69
Hex758C2A100462D4a3624
Octal16521452200106551126644
Binary11101011000110010101010000010001101011011001010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758C2A; }

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

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

<style>
 a { background-color: #758C2A; }

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

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

<style>
 span { border-color: #758C2A; }

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

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