#716B00

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

Shades of Olive #716B00

Tints of Olive #716B00

Color information

#716B00 (or 0x716B00) is unknown color: approx Olive. HEX triplet: 71, 6B and 00. RGB value is (113,107,0). Sum of RGB (Red+Green+Blue) = 113+107+0=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #716B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716B00 is #8E94FF. Grayscale: #616161. Windows color (decimal): -9344256 or 27505. OLE color: 27505.

HSL color Cylindrical-coordinate representation of color #716B00: hue angle of 56.81º 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 #716B00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB1131070-
CMYK00.0510.56
HSL56.81º100%22.16%-
HSV(B)56.81º100%44.31%-
XYZ12.0714.032.07-
YUV96.673.49139.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 107 (42.19% from 255) = 48.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.36%
G=48.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113107000.0510.5656.8110022.16
Hex716B0056438396416
Octal161153005144707114426
Binary11100011101011001011100100111000111001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716B00; }

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

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

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

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

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

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

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

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