#758400

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

Shades of Olive #758400

Tints of Olive #758400

Color information

#758400 (or 0x758400) is unknown color: approx Olive. HEX triplet: 75, 84 and 00. RGB value is (117,132,0). Sum of RGB (Red+Green+Blue) = 117+132+0=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #758400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758400 is #8A7BFF. Grayscale: #707070. Windows color (decimal): -9075712 or 33909. OLE color: 33909.

HSL color Cylindrical-coordinate representation of color #758400: hue angle of 66.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #758400 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB1171320-
CMYK0.11010.48
HSL66.82º100%25.88%-
HSV(B)66.82º100%51.76%-
XYZ15.5920.283.09-
YUV112.4764.53131.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 132 (51.95% from 255) = 53.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.99%
G=53.01%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11713200.11010.4866.8210025.88
Hex75840B0643043641a
Octal16520401301446010314432
Binary11101011000010001011011001001100001000011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758400; }

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

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

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

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

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

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

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

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