#758505

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

Shades of Olive #758505

Tints of Olive #758505

Color information

#758505 (or 0x758505) is unknown color: approx Olive. HEX triplet: 75, 85 and 05. RGB value is (117,133,5). Sum of RGB (Red+Green+Blue) = 117+133+5=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #758505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758505 is #8A7AFA. Grayscale: #727272. Windows color (decimal): -9075451 or 361845. OLE color: 361845.

HSL color Cylindrical-coordinate representation of color #758505: hue angle of 67.5º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #758505 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB1171335-
CMYK0.1200.960.48
HSL67.5º92.75%27.06%-
HSV(B)67.5º96.24%52.16%-
XYZ15.7520.573.28-
YUV113.6266.7130.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 5 (2.34% from 255) = 1.96%
R=45.88%
G=52.16%
B=1.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11713350.1200.960.4867.592.7527.06
Hex75855C06030445d1b
Octal16520551401406010413533
Binary1110101100001011011100011000001100001000100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758505; }

 p { color: rgb(117,133,5); }

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

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

 a { background-color: rgb(117,133,5); }

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

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

 span { border-color: rgb(117,133,5); }

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