#758200

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

Shades of Olive #758200

Tints of Olive #758200

Color information

#758200 (or 0x758200) is unknown color: approx Olive. HEX triplet: 75, 82 and 00. RGB value is (117,130,0). Sum of RGB (Red+Green+Blue) = 117+130+0=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #758200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758200 is #8A7DFF. Grayscale: #6F6F6F. Windows color (decimal): -9076224 or 33397. OLE color: 33397.

HSL color Cylindrical-coordinate representation of color #758200: hue angle of 66º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #758200 is Cyan = 0.1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1171300-
CMYK0.1010.49
HSL66º100%25.49%-
HSV(B)66º100%50.98%-
XYZ15.3219.753-
YUV111.2965.19132.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.37%
G=52.63%
B=0%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11713000.1010.496610025.49
Hex75820A06431426419
Octal16520201201446110214431
Binary11101011000001001010011001001100011000010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758200; }

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

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

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

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

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

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

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

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