#716300

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

Shades of Olive #716300

Tints of Olive #716300

Color information

#716300 (or 0x716300) is unknown color: approx Olive. HEX triplet: 71, 63 and 00. RGB value is (113,99,0). Sum of RGB (Red+Green+Blue) = 113+99+0=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #716300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716300 is #8E9CFF. Grayscale: #5C5C5C. Windows color (decimal): -9346304 or 25457. OLE color: 25457.

HSL color Cylindrical-coordinate representation of color #716300: hue angle of 52.57º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #716300 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB113990-
CMYK00.1210.56
HSL52.57º100%22.16%-
HSV(B)52.57º100%44.31%-
XYZ11.2712.431.81-
YUV91.976.14143.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.30%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.30%
G=46.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11399000.1210.5652.5710022.16
Hex716300C6438356416
Octal1611430014144706514426
Binary111000111000110011001100100111000110101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716300; }

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

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

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

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

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

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

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

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