#758e28

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

Shades of Olive Drab #758E28

Tints of Olive Drab #758E28

Color information

#758E28 (or 0x758E28) is unknown color: approx Olive Drab. HEX triplet: 75, 8E and 28. RGB value is (117,142,40). Sum of RGB (Red+Green+Blue) = 117+142+40=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #758E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758E28 is #8A71D7. Grayscale: #7B7B7B. Windows color (decimal): -9073112 or 2657909. OLE color: 2657909.

HSL color Cylindrical-coordinate representation of color #758E28: hue angle of 74.71º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #758E28 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB11714240-
CMYK0.1800.720.44
HSL74.71º56.04%35.69%-
HSV(B)74.71º71.83%55.69%-
XYZ17.3923.285.58-
YUV122.981.22123.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 142 (55.86% from 255) = 47.49%
BLUE value IS 40 (16.02% from 255) = 13.38%
R=39.13%
G=47.49%
B=13.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117142400.1800.720.4474.7156.0435.69
Hex758E28120482C4b3824
Octal16521650220110541137044
Binary11101011000111010100010010010010001011001001011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758e28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,142,40); }

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

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

 a { background-color: rgb(117,142,40); }

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

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

 span { border-color: rgb(117,142,40); }

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