#617D00

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

Shades of Olive #617D00

Tints of Olive #617D00

Color information

#617D00 (or 0x617D00) is unknown color: approx Olive. HEX triplet: 61, 7D and 00. RGB value is (97,125,0). Sum of RGB (Red+Green+Blue) = 97+125+0=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 125 (49.22% from 255 or 56.31% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 125 - color contains mainly: green. Hex color #617D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617D00 is #9E82FF. Grayscale: #666666. Windows color (decimal): -10388224 or 32097. OLE color: 32097.

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

Color convert

RGB971250-
CMYK0.22010.51
HSL73.44º100%24.51%-
HSV(B)73.44º100%49.02%-
XYZ12.2617.212.68-
YUV102.3870.22124.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 125 (49.22% from 255) = 56.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.69%
G=56.31%
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
Decimal9712500.22010.5173.4410024.51
Hex617D01606433496419
Octal14117502601446311114431
Binary11000011111101010110011001001100111001001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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