#717C04

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

Shades of Olive #717C04

Tints of Olive #717C04

Color information

#717C04 (or 0x717C04) is unknown color: approx Olive. HEX triplet: 71, 7C and 04. RGB value is (113,124,4). Sum of RGB (Red+Green+Blue) = 113+124+4=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #717C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717C04 is #8E83FB. Grayscale: #6B6B6B. Windows color (decimal): -9339900 or 294001. OLE color: 294001.

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

Color convert

RGB1131244-
CMYK0.0900.970.51
HSL65.5º93.75%25.1%-
HSV(B)65.5º96.77%48.63%-
XYZ14.0417.932.84-
YUV107.0369.86132.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.89%
GREEN value IS 124 (48.83% from 255) = 51.45%
BLUE value IS 4 (1.95% from 255) = 1.66%
R=46.89%
G=51.45%
B=1.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11312440.0900.970.5165.593.7525.1
Hex717C4906133425e19
Octal16117441101416310213631
Binary111000111111001001001011000011100111000010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717C04; }

 p { color: rgb(113,124,4); }

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

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

 a { background-color: rgb(113,124,4); }

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

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

 span { border-color: rgb(113,124,4); }

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