#617E00

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

Shades of Olive #617E00

Tints of Olive #617E00

Color information

#617E00 (or 0x617E00) is unknown color: approx Olive. HEX triplet: 61, 7E and 00. RGB value is (97,126,0). Sum of RGB (Red+Green+Blue) = 97+126+0=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #617E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617E00 is #9E81FF. Grayscale: #676767. Windows color (decimal): -10387968 or 32353. OLE color: 32353.

HSL color Cylindrical-coordinate representation of color #617E00: hue angle of 73.81º 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 #617E00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB971260-
CMYK0.23010.51
HSL73.81º100%24.71%-
HSV(B)73.81º100%49.41%-
XYZ12.3917.462.72-
YUV102.9669.89123.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 126 (49.61% from 255) = 56.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.50%
G=56.50%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9712600.23010.5173.8110024.71
Hex617E017064334a6419
Octal14117602701446311214431
Binary11000011111110010111011001001100111001010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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