#617C00

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

Shades of Olive #617C00

Tints of Olive #617C00

Color information

#617C00 (or 0x617C00) is unknown color: approx Olive. HEX triplet: 61, 7C and 00. RGB value is (97,124,0). Sum of RGB (Red+Green+Blue) = 97+124+0=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #617C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617C00 is #9E83FF. Grayscale: #666666. Windows color (decimal): -10388480 or 31841. OLE color: 31841.

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

Color convert

RGB971240-
CMYK0.22010.51
HSL73.06º100%24.31%-
HSV(B)73.06º100%48.63%-
XYZ12.1416.962.63-
YUV101.7970.55124.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.89%
GREEN value IS 124 (48.83% from 255) = 56.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.89%
G=56.11%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9712400.22010.5173.0610024.31
Hex617C01606433496418
Octal14117402601446311114430
Binary11000011111100010110011001001100111001001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617C00; }

 p { color: rgb(97,124,0); }

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

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

 a { background-color: rgb(97,124,0); }

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

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

 span { border-color: rgb(97,124,0); }

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