#717300

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

Shades of Olive #717300

Tints of Olive #717300

Color information

#717300 (or 0x717300) is unknown color: approx Olive. HEX triplet: 71, 73 and 00. RGB value is (113,115,0). Sum of RGB (Red+Green+Blue) = 113+115+0=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #717300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717300 is #8E8CFF. Grayscale: #656565. Windows color (decimal): -9342208 or 29553. OLE color: 29553.

HSL color Cylindrical-coordinate representation of color #717300: hue angle of 61.04º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #717300 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB1131150-
CMYK0.02010.55
HSL61.04º100%22.55%-
HSV(B)61.04º100%45.1%-
XYZ12.9415.772.36-
YUV101.2970.84136.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 115 (45.31% from 255) = 50.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.56%
G=50.44%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11311500.02010.5561.0410022.55
Hex717302064373d6417
Octal161163020144677514427
Binary1110001111001101001100100110111111101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717300; }

 p { color: rgb(113,115,0); }

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

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

 a { background-color: rgb(113,115,0); }

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

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

 span { border-color: rgb(113,115,0); }

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