#758A00

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

Shades of Olive #758A00

Tints of Olive #758A00

Color information

#758A00 (or 0x758A00) is unknown color: approx Olive. HEX triplet: 75, 8A and 00. RGB value is (117,138,0). Sum of RGB (Red+Green+Blue) = 117+138+0=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #758A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758A00 is #8A75FF. Grayscale: #747474. Windows color (decimal): -9074176 or 35445. OLE color: 35445.

HSL color Cylindrical-coordinate representation of color #758A00: hue angle of 69.13º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #758A00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB1171380-
CMYK0.15010.46
HSL69.13º100%27.06%-
HSV(B)69.13º100%54.12%-
XYZ16.4221.963.37-
YUV115.9962.54128.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 138 (54.30% from 255) = 54.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.88%
G=54.12%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11713800.15010.4669.1310027.06
Hex758A0F0642E45641b
Octal16521201701445610514433
Binary11101011000101001111011001001011101000101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,138,0); }

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

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

 a { background-color: rgb(117,138,0); }

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

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

 span { border-color: rgb(117,138,0); }

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